Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/papercss-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/post-list.html')
-rw-r--r--layouts/partials/post-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/post-list.html b/layouts/partials/post-list.html
index 7f0e2f9..1dc7471 100644
--- a/layouts/partials/post-list.html
+++ b/layouts/partials/post-list.html
@@ -2,7 +2,7 @@
{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
{{ range $pages.ByPublishDate.Reverse }}
<h2 class="post-list {{ if ne .Params.show_summary false }}summary{{ end }}">
- <a href="{{ .Permalink }}">
+ <a href="{{ .RelPermalink }}">
{{ .Title }}
</a>
</h2>