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

@@ -1,7 +1,7 @@
{{ $page := . }}
{{ $alert := $page.Param "paige.alert" | and ($page.Param "paige.page.disable_alert" | not) }}
{{ $authors := partial "paige/authors.html" $page | and ($page.Param "paige.page.disable_authors" | not) }}
{{ $authors := partial "paige/func-authors.html" $page | and ($page.Param "paige.page.disable_authors" | not) }}
{{ $categories := $page.GetTerms "categories" }}
{{ $date := and $page.IsPage $page.PublishDate | and ($page.Param "paige.page.disable_date" | not) }}
{{ $dateformat := $page.Param "paige.date_format" | default ":date_long" }}