aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorKaran Jayachandra <me@karanj.com>2026-02-01 21:19:43 +0100
committerKaran Jayachandra <me@karanj.com>2026-02-01 21:19:43 +0100
commit372bd4d2ab2e4780d322279f8da2327ad0c379fa (patch)
treebafd6d5c88ca6ea4dc01263a198c46a24ad0c6b8 /layouts
parentdb28ee17555ef185ac068c79b0c971093fea8ea2 (diff)
parentb8ceeedb36f56368a4a0fd4360b6163442d1773f (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')
-rw-r--r--layouts/_default/single.html2
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