#130, Fix post metadata links regression, add RelPermalink

soper-book
Alex Shpak 2020-01-16 09:58:53 +01:00
parent 68f096fa4c
commit db73f20cb5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{{ with $list := index $.Params $term }}
{{ range $n, $single := $list }}{{ if $n }}, {{ end }}
{{ with $.Site.GetPage (printf "/%s/%s" $term $single) }}
<a href="{{ . }}">{{ $single }}</a>
<a href="{{ .RelPermalink }}">{{ $single }}</a>
{{- end }}
{{- end }}
<br />