aboutsummaryrefslogtreecommitdiff
path: root/templates/page
diff options
context:
space:
mode:
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 }}