{{ ($.Site.Params.writtenTimeIcon | safeHTML) | default "📅" }} {{ if .Params.publishDate }}{{ dateFormat (i18n "pub-dateformat") .Params.publishDate }}{{ end }}{{ with .Params.authors }}{{ ($.Site.Params.authorIcon | safeHTML) | default "✍️" }} {{ delimit . ", " }}{{ end }}{{ with .Params.publication }}{{ ($.Site.Params.publicationIcon | safeHTML) | default "📚" }} {{ . }}{{ end }}{{ with .Params.ENTRYTYPE }}{{ ($.Site.Params.typeIcon | safeHTML) | default "🎯" }} {{ . }}{{ end }}