{{ if or .Date .IsTranslated .Site.Params.wordcount .Site.Params.readingtime .Site.Params.repoURL }}
{{ if .Date }} {{ partial "icon.html" "calendar" }} {{ $gitinfo := false }} {{ with .GitInfo }} {{ $gitinfo = true }} {{ end }} {{ if not $gitinfo }} {{ if ne .Lastmod .Date }} {{ partial "icon.html" "pencil" }} {{ end }} {{ end }} {{ end }} {{ with .Params.authors }} {{ partial "icon.html" "user-circle" }} {{ delimit . ", " }} {{ end }} {{ if .IsTranslated }} {{ partial "icon.html" "world" }} {{ range .Translations }} {{ .Language }} {{ end }} {{ end }} {{ if ne .Site.Params.readingtime false }} {{ partial "icon.html" "clock" }} {{ i18n "readingtime" .ReadingTime }} {{ end }} {{ with .Site.Params.historyURL }} {{ partial "icon.html" "history" }} View history {{ end }}
{{ range (.GetTerms "tags") }} {{ end }}
{{ end }}