{{- $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 -}}

Following