# HG changeset patch # User Steve Losh # Date 1263778955 18000 # Node ID 0b8539e28640dc3a25384f788bd2804fba01ada7 # Parent 6578a4bf27a29011cfd4c9a6cb9fca69fac75337 Make a 404 page. diff -r 6578a4bf27a2 -r 0b8539e28640 content/.htaccess --- a/content/.htaccess Sat Jan 16 19:48:29 2010 -0500 +++ b/content/.htaccess Sun Jan 17 20:42:35 2010 -0500 @@ -17,3 +17,5 @@ RewriteRule ^.*$ %{REQUEST_FILENAME}.html {% endif %} + +ErrorDocument 404 /404.html \ No newline at end of file diff -r 6578a4bf27a2 -r 0b8539e28640 content/404.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/content/404.html Sun Jan 17 20:42:35 2010 -0500 @@ -0,0 +1,13 @@ +{% extends "_flatpage.html" %} + +{% hyde + title: "Not Found" +%} + + +{% block article %} + +OH GOD HOW DID THIS GET HERE SOMEONE IS NOT GOOD WITH LINK +========================================================== + +{% endblock %}