WIP Redesign

This commit is contained in:
2026-04-17 10:54:06 +02:00
parent ec94580ab5
commit 268ffcdd27
11 changed files with 174 additions and 505 deletions

View File

@@ -1,8 +1,8 @@
{{range .Months}}
<div class="diary-section">
<h2 class="diary-heading">
<a href="{{.URL}}">{{.Name}}</a>
{{if .PhotoCount}}<span class="diary-photo-count">({{.PhotoCount}} photos)</span>{{end}}
</h2>
</div>
<section class="diary-section">
<hgroup>
<h2><a href="{{.URL}}">{{.Name}}</a></h2>
{{if .PhotoCount}}<p>{{.PhotoCount}} photos</p>{{end}}
</hgroup>
</section>
{{end}}