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