summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorforever2k38 <forever2k38@noreply.codeberg.org>2026-09-07 11:52:17 +0200
committerforever2k38 <forever2k38@noreply.codeberg.org>2026-09-07 11:52:17 +0200
commitd5aadb4d886d0b2f5da8e5af50d1c5e74df08486 (patch)
tree38a4f38f29b00be9465cd84edf9412c234b2d262 /layouts
parentafc40b605f0186e32fac245b5ad76af986f3719f (diff)
sourcehut migration
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index c2e7875..696fb46 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -1,5 +1,5 @@
{{ define "main" }}
- <h1>{{ .Title }}</h1>
+ <h1 class="title">{{ .Title }}</h1>
{{ .Content }}
{{ range .Pages }}
<h2><a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a></h2>