summaryrefslogtreecommitdiff
path: root/themes/blowfish/layouts/partials/recent-articles
diff options
context:
space:
mode:
Diffstat (limited to 'themes/blowfish/layouts/partials/recent-articles')
-rw-r--r--themes/blowfish/layouts/partials/recent-articles/main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/blowfish/layouts/partials/recent-articles/main.html b/themes/blowfish/layouts/partials/recent-articles/main.html
index 856cb3f..65d722b 100644
--- a/themes/blowfish/layouts/partials/recent-articles/main.html
+++ b/themes/blowfish/layouts/partials/recent-articles/main.html
@@ -1,5 +1,5 @@
{{ $recentArticles := 5 }}
-{{ $showMoreLinkDest := "/posts" }}
+{{ $showMoreLinkDest := "/posts/" }}
{{ if .Site.Params.homepage.showRecent | default false }}
{{ if index .Site.Params.homepage "showRecentItems" }}
{{ $recentArticles = .Site.Params.homepage.showRecentItems }}