{{- $imageCanonicalURL := (print "https://" .FeedSourceDomain "/favicon.ico") -}} {{- $imageTitle := "No image found" -}} {{- $imageSource := "/images/404.png" -}} {{- with $image := resources.GetRemote $imageCanonicalURL -}} {{- with .Err -}} {{ warnf "%s" . }} {{- $fallbackImage := imageConfig (print "static/images/404.png") -}} {{- with $fallbackImage -}} {{- $fallbackWidth := .Width -}} {{- $fallbackHeight := .Height -}} {{ end }} {{- else -}} {{- $imageTitle = $imageCanonicalURL -}} {{- $imageSource = $image.RelPermalink -}} {{ end }}
{{ else }}
{{ end }}
{{ .FeedName }} · @{{ .FeedSourceDomain }} · · {{- partial "read-time.html" (dict "WordCount" .FeedWordCount) -}} · {{ .FeedWordCount }} words

{{ .FeedContent }}.