{{- $sources := slice -}} {{- $author := partial "function-authors-data.html" . -}} {{- $feeds := partial "function-generate-feeds.html" . -}} {{- range $author.feeds.rss -}} {{- $data := split . " " -}} {{- $url := delimit (first 1 $data) "" -}} {{- $sources = $sources | append (string $url) -}} {{- end -}} {{- range $source := (first 3 (shuffle $sources)) -}} {{- range $distinct := first 1 (where $feeds "FeedSourceLink" "eq" $source) -}} {{- $href := or $distinct.FeedHome (print "http://" $distinct.FeedSourceDomain) -}} {{- $favicon := print "/" (partial "function-paths.html" "media") "/favicon." (.FeedSourceLink | anchorize) ".png" -}}
{{ $distinct.FeedName }}

{{ $distinct.FeedName }}

@{{ $distinct.FeedSourceDomain }}

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