diff options
Diffstat (limited to 'layouts')
| -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> |
