mirror of https://github.com/luizdepra/hugo-coder.git
layouts/posts/list.html @@ -4,6 +4,7 @@ {{ define "content" }} <section class="container list"> <h1 class="title"> {{ title (i18n (lower .Title)) | default .Title }} </h1> {{ .Content }} <ul> {{- range .Paginator.Pages -}} {{- .Render "li" -}}