{{- $id := delimit (shuffle (seq 1 7)) "" -}} {{- $author := partial "function-authors-data.html" . -}} {{- $href := print .Site.BaseURL "/" $author.user "/messages/" (path.Base .Permalink) "/" -}} {{- $plain := print .Site.BaseURL "/" $author.user "/messages/" (path.Base .Permalink) "/index.txt" -}} {{- with .Params.feed.self -}} {{- $href = print $.Site.BaseURL "/" $.Params.feed.self -}} {{- $plain = print $.Site.BaseURL "/" $.Params.feed.self "/index.txt" -}} {{- end -}} {{- partial "meta-markdown.html" . -}} {{- safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/file-text.svg")) -}} plaintext {{- partial "meta-permalink.html" . -}} {{- safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/calendar.svg")) -}} {{ .Date.Local | time.Format "Jan 2 2006" | lower -}} {{- /* This comment removes trailing newlines and white spaces. */ -}}