0b8539e28640
Make a 404 page.
| author | Steve Losh <steve@stevelosh.com> | 
|---|---|
| date | Sun, 17 Jan 2010 20:42:35 -0500 | 
| parents | 6578a4bf27a2 | 
| children | 5c965ac91280 | 
| branches/tags | (none) | 
| files | content/.htaccess content/404.html | 
Changes
--- 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
--- /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 %}