Refactor exps into vars

This commit is contained in:
Will Faught
2025-02-14 16:14:40 -08:00
parent 682b155d6f
commit 49a73a63eb
2 changed files with 6 additions and 2 deletions

View File

@@ -79,7 +79,9 @@
{{ end }}
{{ range $subpages }}
{{ if not (.Param "paige.exclude_feeds") }}
{{ $include := not (.Param "paige.exclude_feeds") }}
{{ if $include }}
<item>
{{ $author := "" }}
{{ $authors := partial "paige/func-authors.html" . }}