Fixed list

This commit is contained in:
2025-10-30 03:15:39 +01:00
parent 1f4a2cfac5
commit 6b93424431
12 changed files with 44 additions and 50 deletions
+4 -3
View File
@@ -6,10 +6,11 @@
{{ range .Pages }}
<div class="blogpost">
<div class="blogpost-content">
<a href="{{ .RelPermalink }}">{{ .Title }}</a>
<span>{{ .Date | time.Format "January 2, 2006" }}</span>
<a class="blogpost-title" href="{{ .RelPermalink }}">{{ .Title }}</a>
<span class="blogpost-date">{{ .Date | time.Format "January 2, 2006" }}</span>
</div>
<div>
<div class="blogpost-content">
<span>{{ .Description }}</span>
</div>