aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorKaran Jayachandra <mail@karanjayachandra.com>2026-02-01 20:17:45 +0100
committerKaran Jayachandra <mail@karanjayachandra.com>2026-02-01 20:17:45 +0100
commitb8ceeedb36f56368a4a0fd4360b6163442d1773f (patch)
treebafd6d5c88ca6ea4dc01263a198c46a24ad0c6b8 /layouts
parent278afbaaf48ab991d750f594f063267837687e79 (diff)
Fixed the broked link in the posts
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