Update single.html
This commit is contained in:
parent
efc0fd632d
commit
6d2b4c2527
@ -36,7 +36,7 @@
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
<footer class="post-footer">
|
<footer class="post-footer">
|
||||||
{{- $tags := .Language.Params.Taxonomies.tag | default "tags" }}
|
{{- $tags := .Site.Params.Taxonomies.tag | default "tags" }}
|
||||||
<ul class="post-tags">
|
<ul class="post-tags">
|
||||||
{{- range ($.GetTerms $tags) }}
|
{{- range ($.GetTerms $tags) }}
|
||||||
<li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
|
<li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user