From c7c1ee0f0a3ed8a4139f739f4f318e24407b259d Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 25 Aug 2025 13:44:08 -0500 Subject: [PATCH] Put title on series page in div.page-title like other taxonomy pages This must've gotten out of sync somehow throughout the history. It slightly changes the margins by disabling the default one on h1, which is slightly larger than the breadcrumb nav margin-block's. --- layouts/series/taxonomy.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/layouts/series/taxonomy.html b/layouts/series/taxonomy.html index 164b8e0..d017b39 100644 --- a/layouts/series/taxonomy.html +++ b/layouts/series/taxonomy.html @@ -1,8 +1,10 @@ {{ define "main" }} -

- {{ partial "icon.html" "files" }} - {{ .Title | markdownify }} -

+
+

+ {{ partial "icon.html" "files" }} + {{ .Title | markdownify }} +

+
{{ with .Content }} {{ . }}