From 3fae019148411de70716cb4e55ab96cea1cd7cb8 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Sun, 22 Jan 2023 16:43:09 -0600 Subject: [PATCH] Finish support for list page subtitle Fixes #27 (as long as I didn't miss anything) --- layouts/_default/list.html | 4 ++++ layouts/authors/list.html | 4 ++++ layouts/series/list.html | 4 ++++ 3 files changed, 12 insertions(+) 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 . }}