diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-02-01 20:14:56 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-02-01 20:14:56 +0100 |
| commit | 278afbaaf48ab991d750f594f063267837687e79 (patch) | |
| tree | 4d0481e38c4a6d787145c6ab71e83122027a562d /layouts/_default | |
| parent | f69ae32137a2dd6b4a85cd35b203b0a356fed47d (diff) | |
Fixed the broken link to the posts
Diffstat (limited to 'layouts/_default')
| -rw-r--r-- | layouts/_default/baseof.html | 2 |
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> |
