diff options
| author | Karan Jayachandra <mail@karanjayachandra.com> | 2026-02-01 20:17:45 +0100 |
|---|---|---|
| committer | Karan Jayachandra <mail@karanjayachandra.com> | 2026-02-01 20:17:45 +0100 |
| commit | b8ceeedb36f56368a4a0fd4360b6163442d1773f (patch) | |
| tree | bafd6d5c88ca6ea4dc01263a198c46a24ad0c6b8 /layouts/_default/single.html | |
| parent | 278afbaaf48ab991d750f594f063267837687e79 (diff) | |
Fixed the broked link in the posts
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 |
