Truth Search Fixed, RSS Feed, Featured Truth Clarification
Fixed the truth search bar which had stopped working, added an RSS feed for truths and paradoxes, and clarified the monthly featured rotation.
△ Truth Search Fix
- Root cause: Cloudflare was intercepting the email address in the-truth.html and injecting a decoder script into the page, which truncated the file and removed the script tags at the bottom — meaning truth.js never loaded and search never ran
- Fixed by rebuilding the-truth.html completely from scratch via Python with the email assembled from parts so Cloudflare cannot intercept it
- All 12 truth entries preserved with correct data-search attributes for keyword filtering
◈ RSS Feed (feed.xml)
- New feed.xml at evundavis.com/feed.xml with 34 items: 12 monthly featured entries, 12 truths, 10 paradoxes
- Monthly featured items listed most recent first covering the full 12-month rotation
- RSS autodiscovery link tag added to all pages so browsers and feed readers can detect the feed automatically
- Compatible with all standard RSS readers (Feedly, NetNewsWire, etc.)
◎ Monthly Featured Rotation
- The monthly featured section alternates between truths and paradoxes each month
- April (current): The Fermi Paradox. May: Monty Hall problem. June: Hilbert's Infinite Hotel
- The featured banner appears on the homepage, The Truth page, and the Paradoxes page
- To change what is featured, edit the FEATURED array in monthly.js