{{- $profile := .Data.picture.profile -}} {{- $file := not (urls.Parse $profile).Host -}} {{- $host := (urls.Parse ("" | absURL)).Host -}} {{- if not $host -}} {{- $host = "localhost" -}} {{- end -}} {{- if $file -}} {{- $profile = print .Data.user "/" $profile -}} {{- end -}} {{- $image := partial "function-caches-images.html" (dict "Source" $profile "Fit" "160x160" "Target" (print (partial "function-paths.html" "media") "/" .Data.user "/") "Copy" (print (partial "function-paths.html" "media") "/" .Data.user "/" (path.Base $profile)) "AlternateCopy" (print (partial "function-paths.html" "media") "/" .Data.user "/" (path.BaseName $profile) ".webp") ) -}} {{- $width := $image.Width -}} {{- $height := $image.Height -}} {{- $source := $image.RelPermalink -}} {{- $alternate := .Data.name -}} {{- $sourceset := $image.AltRelPermalink -}} {{- with .Params.feed.favicon -}} {{- $width = "64" -}} {{- $height = "64" -}} {{- $source = $.Params.feed.favicon -}} {{- $alternate = $.Params.feed.name -}} {{- end -}}
{{- with $sourceset -}} {{- end -}} {{ $alternate }}

{{ .Data.name }}

{{ .Data.user }}@{{ $host }}

{{ .Data.description | markdownify | plainify | htmlUnescape | truncate 60 "..." }}

{{ safeHTML (readFile (print (partial "function-paths.html" "static") "/icons/feather/rss.svg")) }} Follow