diff --git a/layouts/partials/recent-articles/main.html b/layouts/partials/recent-articles/main.html index 856cb3fa..65d722bb 100644 --- a/layouts/partials/recent-articles/main.html +++ b/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 }}