{{ define "postmeta" }}
{{ include "summaryandpostmeta" . }} {{ $bloglang := .Blog.Lang }} {{ $loc := ( p .Data "location" ) }} {{ if $loc }} {{ with geouri $loc }}
📍 {{ with ( geourip . "name" ) }}{{ . }}{{ else }}{{ with ( geotitle .Latitude .Longitude $bloglang ) }}{{ . }}{{ else }}{{ .Latitude }}, {{ .Longitude }}{{ end }}{{ end }}
{{ end }} {{ end }} {{ $translations := (translations .Data) }} {{ if gt (len $translations) 0 }}
{{ string .Blog.Lang "translations" }}: {{ $delimiter := "" }}{{ range $i, $t := $translations }}{{ $delimiter }}{{ title $t }}{{ $delimiter = ", " }}{{ end }}
{{ end }} {{ $short := shorturl .Data }} {{ if $short }}
{{ string .Blog.Lang "shorturl" }} {{ $short }}
{{ end }}
{{ end }}