blogamore/layouts/partials/meta/footer.html

5 lines
335 B
HTML

{{- $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") -}}