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