{{ define "summaryandpostmeta" }} {{ $section := (index .Blog.Sections .Data.Section) }} {{ if .Data.Published }}
{{ string .Blog.Lang "publishedon" }} {{ if $section }} in {{ mdtitle $section.Title }}{{ end }}
{{ end }} {{ if .Data.Updated }}
{{ string .Blog.Lang "updatedon" }}
{{ end }} {{ if replylink .Data }}
{{ string .Blog.Lang "replyto" }}: {{ with (replytitle .Data) }}{{ . }}{{ else }}{{ replylink .Data }}{{ end }}
{{ end }} {{ if likelink .Data }}
{{ string .Blog.Lang "likeof" }}: {{ with (liketitle .Data) }}{{ . }}{{ else }}{{ likelink .Data }}{{ end }}
{{ end }} {{ $geo := geouri .Data }} {{ if $geo }}
📍 {{ geotitle $geo .Blog.Lang }}
{{ end }} {{ end }}