Add func prefix to func templates

This commit is contained in:
Will Faught
2022-12-19 17:18:00 -08:00
parent 4d84560390
commit bd156f6251
6 changed files with 5 additions and 5 deletions

View File

@@ -13,7 +13,7 @@
{{ $pages = $pages | first $limit }}
{{ end }}
{{ $pages = where $pages "Params.paige.hide_rss" "ne" true }}
{{ $title := partial "paige-titles.html" . }}
{{ $title := partial "paige-func-title.html" . }}
{{ printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
@@ -42,7 +42,7 @@
{{ end }}
{{ range $pages }}
<item>
{{ with partial "paige-authors.html" . }}
{{ with partial "paige-func-authors.html" . }}
<author>{{ . }}</author>
{{ end }}
{{ if .Content }}