{{- $parent := eq (len .Page.Ancestors) 1 -}} {{- $modified := partial "function-page-modified.html" (dict "Context" . "Disable" true ) -}} {{- if (and $parent $modified) -}} {{- $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 := $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 }}
{{ safeHTML (readFile (print (partial "function-paths.html").static "/icons/tabler/rss.svg")) }} Feed
{{- end -}} {{- end -}} {{- end -}}