fix: typo
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
{{ if $Page.Params.categories }}
|
{{ if $Page.Params.categories }}
|
||||||
<header class="article-category">
|
<header class="article-category">
|
||||||
{{ range (.GetTerms "tags") }}
|
{{ range (.GetTerms "tags") }}
|
||||||
<a href="{{ .RelPermalink }}" {{ with $Page..Params.style }}style="background-color: {{ .background }}; color: {{ .color }};"{{ end }}>
|
<a href="{{ .RelPermalink }}" {{ with $Page.Params.style }}style="background-color: {{ .background }}; color: {{ .color }};"{{ end }}>
|
||||||
{{ .LinkTitle }}
|
{{ .LinkTitle }}
|
||||||
</a>
|
</a>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
Reference in New Issue
Block a user