{{- if not .ExpiryDate -}} {{- $author := index .Site.Data ((or .Params.author .Site.Author.default.user) | default "default") -}} {{- $source := print $author.user "/messages/" .File.LogicalName -}} {{- $href := print .Site.BaseURL "/" (partial "function-paths.html" "markdown") "/" $source -}} {{- $title := $href -}} {{- with .Params.feed -}} {{- $href = print $.Site.BaseURL "/" $.Params.feed.raw -}} {{- $title = $href -}} {{- end -}} {{- safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/code.svg")) -}} markdown {{- end -}}