summaryrefslogtreecommitdiff
path: root/layouts/page.html
diff options
context:
space:
mode:
authorforever2k38 <forever2k38@noreply.codeberg.org>2026-09-05 19:49:47 +0200
committerforever2k38 <forever2k38@noreply.codeberg.org>2026-09-05 19:49:47 +0200
commitafc40b605f0186e32fac245b5ad76af986f3719f (patch)
tree4e09678880bf2037c922a846f30e85db3f0bdc29 /layouts/page.html
parent934b10930274ec3c525253692c55ef7cb34f8673 (diff)
njalla is based
Diffstat (limited to 'layouts/page.html')
-rw-r--r--layouts/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/page.html b/layouts/page.html
index 79b5a0e..0f6f513 100644
--- a/layouts/page.html
+++ b/layouts/page.html
@@ -1,6 +1,6 @@
{{ define "main" }}
<div class="content">
- <h1>{{ .Title }}</h1>
+ <h1 class="title">{{ .Title }}</h1>
{{ .Content }}
</div>
{{ end }}