#130, Fix post metadata links regression, add RelPermalink
This commit is contained in:
parent
68f096fa4c
commit
db73f20cb5
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||
|
|
Loading…
Reference in a new issue