aboutsummaryrefslogtreecommitdiff
path: root/templates/page/custom_page.gohtml
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-08-15 14:15:16 +0200
committerWilliam Hergès <william@herges.fr>2025-08-15 14:15:16 +0200
commit7b5d816992fe26594fbfbedfd46baef708b9d1ca (patch)
tree9131b80aa16462501e6a92e845683eb68d5a916a /templates/page/custom_page.gohtml
parentcc8457921470e830a1df24e82e74b43579d09c83 (diff)
feat(style): modify root font-size for more consistent design
Diffstat (limited to 'templates/page/custom_page.gohtml')
-rw-r--r--templates/page/custom_page.gohtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page/custom_page.gohtml b/templates/page/custom_page.gohtml
index 4e53d4b..5b4de00 100644
--- a/templates/page/custom_page.gohtml
+++ b/templates/page/custom_page.gohtml
@@ -1,7 +1,7 @@
{{define "body"}}
<main class="custom-page" style="{{ .GetBackground }}">
<div class="header">
- <h2 class="header__title">{{ .Title }}</h2>
+ <h1 class="header__title">{{ .Title }}</h1>
<nav>
<a href="/">Home</a>
<a href="/tags">Tags</a>