From 2d8c427328f5dd24f11124fcc865c86644d194ba Mon Sep 17 00:00:00 2001
From: Michael Rose <est.michael@gmail.com>
Date: Sat, 7 Sep 2013 13:08:00 -0400
Subject: [PATCH] Add custom 404 page

---
 404.md | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 404.md

diff --git a/404.md b/404.md
new file mode 100644
index 00000000..20b2c3a3
--- /dev/null
+++ b/404.md
@@ -0,0 +1,19 @@
+---
+layout: page
+title: "Page Not Found"
+description: "Page not found. Your pixels are in another canvas."
+image:
+  feature: texture-feature-01.jpg
+  credit: Texture Lovers
+  creditlink: http://texturelovers.com
+---  
+
+Sorry, but the page you were trying to view does not exist --- perhaps you can try searching for it below.
+
+<script type="text/javascript">
+  var GOOG_FIXURL_LANG = 'en';
+  var GOOG_FIXURL_SITE = '{{ site.url }}'
+</script>
+<script type="text/javascript"
+  src="http://linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js">
+</script>
\ No newline at end of file