From db73f20cb53e7f04fd3f629495106e5f107c91b5 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 16 Jan 2020 09:58:53 +0100 Subject: #130, Fix post metadata links regression, add RelPermalink --- layouts/partials/docs/post-meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/docs/post-meta.html b/layouts/partials/docs/post-meta.html index b1cca0a..a129944 100644 --- a/layouts/partials/docs/post-meta.html +++ b/layouts/partials/docs/post-meta.html @@ -9,7 +9,7 @@ {{ with $list := index $.Params $term }} {{ range $n, $single := $list }}{{ if $n }}, {{ end }} {{ with $.Site.GetPage (printf "/%s/%s" $term $single) }} - {{ $single }} + {{ $single }} {{- end }} {{- end }}
-- cgit v1.2.3