Gallery pages: title in header, remove hgroup, add back link

- Album title moved into the header bar (centered, small-caps)
- hgroup removed from page body via single.html and list.html overrides
- Back-to-home link added at the bottom of each gallery page

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
yvierkoetter
2026-06-18 23:31:19 +02:00
parent 7caadb048a
commit b1a4697769
4 changed files with 245 additions and 162 deletions
+7
View File
@@ -0,0 +1,7 @@
{{ define "main" }}
<section class="galleries">
{{ range where .Pages "Params.private" "ne" true }}
{{ partial "album-card.html" . }}
{{ end }}
</section>
{{ end }}