.URL → .RelPermalink in post_meta.
This commit is contained in:
parent
c9c490df51
commit
6bd8d1cb46
|
@ -22,7 +22,7 @@
|
|||
{{- $taxo := $.Param .Identifier }}
|
||||
{{- if $taxo }}
|
||||
{{ $name := default .Identifier .Name }}
|
||||
{{ $link := default .Identifier .URL }}
|
||||
{{ $link := default .Identifier .RelPermalink }}
|
||||
<span{{ if .Title }} title="{{ .Title }}"{{ end }}>{{ $name }}:</span> [
|
||||
{{- range $taxo }}
|
||||
{{- $perma := lower (path.Join $link (urlize .)) }}
|
||||
|
|
Reference in New Issue
Block a user