blogamore/layouts/partials/meta/footer.html

6 lines
331 B
HTML
Raw Normal View History

2022-11-28 22:36:47 +01:00
{{ $tagsIdent := .Site.Params.Blog.Tags | default "tags" }}
{{- partial "taxonomy/metatag.html" (dict "Params" .Params "Ident" $tagsIdent "Feather" "tag") -}}
{{ $catIdent := .Site.Params.Blog.Categories | default "categories" }}
{{- partial "taxonomy/metatag.html" (dict "Params" .Params "Ident" $catIdent "Feather" "award") -}}