aboutsummaryrefslogtreecommitdiff
path: root/templates/page
diff options
context:
space:
mode:
authorWilliam Hergès <william@herges.fr>2025-09-07 16:37:10 +0200
committerWilliam Hergès <william@herges.fr>2025-09-07 16:37:10 +0200
commit996ff551f05dee6db08c8eb4144e7db4a5dbeaa2 (patch)
tree46b71e519dbac4c3d7910adef6e7a4e15a7a75cd /templates/page
parentf9464729d0775341a5bec5a0ae38bea1ad64bded (diff)
fix(custom): header using old tag and not redirecting to new page
Diffstat (limited to 'templates/page')
-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 5b4de00..7963a97 100644
--- a/templates/page/custom_page.gohtml
+++ b/templates/page/custom_page.gohtml
@@ -4,7 +4,7 @@
<h1 class="header__title">{{ .Title }}</h1>
<nav>
<a href="/">Home</a>
- <a href="/tags">Tags</a>
+ <a href="/now">Now</a>
</nav>
</div>
{{ .GetContent }}