w5isp.com/templates
Graham McIntire c882c11eed
Filter future-dated posts out of Atom and RSS feeds
Zola's default feed templates include any non-draft page regardless of
its date field, so scheduled posts (date in the future, draft=false)
were showing up in the feed before they were meant to be public.

Override templates/atom.xml and templates/rss.xml with versions that
skip entries whose date is greater than now(). The filter is bypassed
on localhost so zola serve still previews scheduled posts locally,
matching the pattern already used in templates/section.html.
2026-04-22 16:38:22 -05:00
..
atom.xml Filter future-dated posts out of Atom and RSS feeds 2026-04-22 16:38:22 -05:00
base.html Draft subnetting post + Atom/RSS feed autodiscovery 2026-04-22 16:35:46 -05:00
index.html Modernize why-signals-bend with project findings, polish scenes 2026-04-22 14:10:58 -05:00
projects.html Initial site setup with Zola and zolanight theme 2026-02-17 09:51:14 -06:00
rss.xml Filter future-dated posts out of Atom and RSS feeds 2026-04-22 16:38:22 -05:00
section.html Modernize why-signals-bend with project findings, polish scenes 2026-04-22 14:10:58 -05:00