render published_in
as template
This commit is contained in:
parent
87a8694716
commit
e9185cf1e5
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
|||
{{- if .Params.series -}}
|
||||
{{ .Params.series | safeHTML }}
|
||||
{{- else if .Params.published_in -}}
|
||||
{{ .Params.published_in | safeHTML }}
|
||||
{{ .Params.published_in | .Page.RenderString | safeHTML }}
|
||||
{{- end -}}
|
||||
</span>
|
||||
{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue