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

@@ -104,9 +104,7 @@
{{ end }}
{{ range $subpages }}
{{ $include := not (.Param "paige.exclude_feeds") }}
{{ if $include }}
{{ if not (.Param "paige.exclude_feeds") }}
<entry>
{{ $content := .Content }}
{{ $external := and .Params.link (not (.Param "paige.feeds.disable_link")) | not | not }}