aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-02-01 20:14:56 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2026-02-01 20:14:56 +0100
commit278afbaaf48ab991d750f594f063267837687e79 (patch)
tree4d0481e38c4a6d787145c6ab71e83122027a562d /layouts
parentf69ae32137a2dd6b4a85cd35b203b0a356fed47d (diff)
Fixed the broken link to the posts
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 1e893be..ad329de 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -25,7 +25,7 @@
<a href="/"><li>Home</li></a>
<a href="https://gitlab.com/KaranJayachandra"><li>Gitlab</li></a>
<a href="https://karanjayachandra.gitlab.io/cv"><li>CV</li></a>
- <a href="/Posts"><li>Posts</li></a>
+ <a href="/posts"><li>Posts</li></a>
</ul>
</nav>
<main> {{- block "main" . }}{{- end }} </main>