# HG changeset patch # User Steve Losh # Date 1264040730 18000 # Node ID fbd242d7ddf7e679abe9579a0c02cef7d3f2c43e # Parent 0273470c8fd9df894ba3bda688665387b203863a Exclude the 404 page to prevent it from showing up in the feed. diff -r 0273470c8fd9 -r fbd242d7ddf7 content/404.html --- a/content/404.html Wed Jan 20 21:00:10 2010 -0500 +++ b/content/404.html Wed Jan 20 21:25:30 2010 -0500 @@ -2,6 +2,7 @@ {% hyde title: "Not Found" + exclude: True %}