{{ partial "site-navigation.html" .}}
{{/* Determinate if is a taxonomy page so put the tag is in uppercase on the title */}}
{{ if .Data.Singular }}
{{ .Title | default .Site.Title | upper }}
{{ else }}
{{ .Title | default .Site.Title }}
{{ end }}
{{ with .Params.description }}
{{ . }}
{{ end }}