Files
plassonke.de/layouts/_default/list.html
T
yvierkoetter b1a4697769 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>
2026-06-18 23:31:19 +02:00

8 lines
183 B
HTML

{{ define "main" }}
<section class="galleries">
{{ range where .Pages "Params.private" "ne" true }}
{{ partial "album-card.html" . }}
{{ end }}
</section>
{{ end }}