diff options
| author | Karan Jayachandra <me@karanj.com> | 2026-02-01 20:15:56 +0100 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2026-02-01 20:15:56 +0100 |
| commit | db28ee17555ef185ac068c79b0c971093fea8ea2 (patch) | |
| tree | 4d0481e38c4a6d787145c6ab71e83122027a562d /layouts | |
| parent | fcbf209e3a0c101760873afd83ebd97a2405b7d5 (diff) | |
| parent | 278afbaaf48ab991d750f594f063267837687e79 (diff) | |
Merge branch 'develop' into 'main'
Develop
See merge request KaranJayachandra/karanjayachandra.gitlab.io!8
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> |
