diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 3e96ad5..180bda1 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -5,6 +5,10 @@ {{ partial "rss-link.html" . }} + {{ with .Content }} + {{ . }} + {{ end }} +
{{ with .Sections }}
diff --git a/layouts/authors/list.html b/layouts/authors/list.html index 2a227b1..423d2bb 100644 --- a/layouts/authors/list.html +++ b/layouts/authors/list.html @@ -4,6 +4,10 @@ {{ .Title | markdownify }} + {{ with .Content }} + {{ . }} + {{ end }} +
{{ with .Paginator.Pages }} {{ range . }} diff --git a/layouts/series/list.html b/layouts/series/list.html index 58d4024..60caeef 100644 --- a/layouts/series/list.html +++ b/layouts/series/list.html @@ -4,6 +4,10 @@ {{ .Title | markdownify }} + {{ with .Content }} + {{ . }} + {{ end }} +
{{ with .Pages }} {{ range . }}