{{- $feeds := slice -}} {{- $paths := slice -}} {{- $author := partial "function-authors-data.html" . -}} {{- range $author.feeds.rss -}} {{- $data := split . " " -}} {{- $url := delimit (first 1 $data) "" -}} {{- $feeds = $feeds | append (string $url) -}} {{- end -}} {{- range first 3 (shuffle $feeds) -}} {{- $sources := where $.Site.RegularPages "Params.feed.source" . -}} {{- $via := where $.Site.RegularPages "Params.Author" $author.user -}} {{- $following := $via | intersect $sources -}} {{- range first 1 $following -}} {{- $href := or .Params.feed.home (print "http://" .Params.feed.domain) -}}
{{ .Params.feed.name }}

{{ .Params.feed.name }}

@{{ .Params.feed.domain }}

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