--- 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 %}