{{ if or .Date (.GetTerms "tags") }}
{{ if .Date }} {{ partial "icon.html" "calendar" }} {{ if ne .Lastmod .Date }} {{ end }} {{ end }} {{ if .Site.Params.wordcount }} {{ partial "icon.html" "type" }} {{ .WordCount }} words {{ end }} {{ if .Site.Params.readingtime }} {{ partial "icon.html" "clock" }} {{ .ReadingTime }} {{ if gt .ReadingTime 1 }} mins {{ else }} min {{ end }} {{ end }}
{{ range (.GetTerms "tags") }} {{ partial "icon.html" "tag" }} {{ .LinkTitle }} {{ end }}
{{ end }}