diff options
| author | Karan Jayachandra <me@karanj.com> | 2026-02-01 21:19:43 +0100 |
|---|---|---|
| committer | Karan Jayachandra <me@karanj.com> | 2026-02-01 21:19:43 +0100 |
| commit | 372bd4d2ab2e4780d322279f8da2327ad0c379fa (patch) | |
| tree | bafd6d5c88ca6ea4dc01263a198c46a24ad0c6b8 /layouts/_default/single.html | |
| parent | db28ee17555ef185ac068c79b0c971093fea8ea2 (diff) | |
| parent | b8ceeedb36f56368a4a0fd4360b6163442d1773f (diff) | |
Merge branch 'develop' into 'main'
Fixed the broken link in the posts
See merge request KaranJayachandra/karanjayachandra.gitlab.io!9
Diffstat (limited to 'layouts/_default/single.html')
| -rw-r--r-- | layouts/_default/single.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 379bdc5..73019bf 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -5,5 +5,5 @@ {{ .Content }} </article> <hr style="border-bottom: dotted 1px; border-top: none;" > -<footer>Back to <a href="/Posts">Posts<a></footer> +<footer>Back to <a href="/posts">Posts<a></footer> {{ end }}
\ No newline at end of file |
