Rename authors.html to func-authors.html

This commit is contained in:
Will Faught
2025-02-05 15:50:46 -08:00
parent 4bc542b6b1
commit 1370d35762
7 changed files with 6 additions and 6 deletions

View File

@@ -126,7 +126,7 @@
{{ warnf "layouts/_default/list.atom.xml: Page %s does not have a modified date. The atom output requires a modified date. Either set the page's date parameter, or set the page's paige.feed.disable parameter to true, or disable the atom output." .RelPermalink }}
{{ end }}
{{ with partial "paige/authors.html" . }}
{{ with partial "paige/func-authors.html" . }}
{{ range . }}
<author>
{{ with .Params.paige.author.email }}

View File

@@ -91,7 +91,7 @@
{{ range $subpage := $subpages }}
<item>
{{ $author := "" }}
{{ $authors := partial "paige/authors.html" . }}
{{ $authors := partial "paige/func-authors.html" . }}
{{ $description := .Content }}
{{ $guid := printf "tag:%s,%s:%s" (urls.Parse site.BaseURL).Host (.PublishDate.Format "2006-01-02") (cond (.Params.id | not) .RelPermalink .Params.id) }}
{{ $paramlink := and .Params.link (not (.Param "paige.feed.link_to_page")) | not | not }}