Add content to post list layout (#378)

This commit is contained in:
Robert
2020-07-27 01:49:35 +02:00
committed by GitHub
parent 00fd189723
commit b3237d1ead

View File

@@ -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" -}}