mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add content to post list layout (#378)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
<section class="container list">
|
<section class="container list">
|
||||||
<h1 class="title"> {{ title (i18n (lower .Title)) | default .Title }} </h1>
|
<h1 class="title"> {{ title (i18n (lower .Title)) | default .Title }} </h1>
|
||||||
|
{{ .Content }}
|
||||||
<ul>
|
<ul>
|
||||||
{{- range .Paginator.Pages -}}
|
{{- range .Paginator.Pages -}}
|
||||||
{{- .Render "li" -}}
|
{{- .Render "li" -}}
|
||||||
|
|||||||
Reference in New Issue
Block a user