Refactor noisy vars into exps

This commit is contained in:
Will Faught
2025-02-14 16:39:49 -08:00
parent e36593c2af
commit 91ffd0f5e3
3 changed files with 3 additions and 9 deletions

View File

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