aboutsummaryrefslogtreecommitdiff
path: root/templates/page/custom_page.gohtml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/page/custom_page.gohtml')
-rw-r--r--templates/page/custom_page.gohtml3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/page/custom_page.gohtml b/templates/page/custom_page.gohtml
index 83a4983..4e53d4b 100644
--- a/templates/page/custom_page.gohtml
+++ b/templates/page/custom_page.gohtml
@@ -1,9 +1,10 @@
{{define "body"}}
<main class="custom-page" style="{{ .GetBackground }}">
<div class="header">
- <h2>{{ .Title }}</h2>
+ <h2 class="header__title">{{ .Title }}</h2>
<nav>
<a href="/">Home</a>
+ <a href="/tags">Tags</a>
</nav>
</div>
{{ .GetContent }}