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

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