{{- partial "header.html" . -}}
{{ if eq .Kind "taxonomy" }} {{if eq .Data.Singular "category" }}

posts da categoria {{ .Title }}

{{else if eq .Data.Singular "tag"}}

posts da tag {{ .Title }}

{{else}}

posts do autor {{ .Title }}

{{ end }} {{ end }} {{ range .Data.Pages }}

{{ .Title }}

{{ .Param "excerpt" }}

{{ partial "byauthor.html" . }}
{{ end }}