From 142957ff49177a0bb1eb7836f72dbb2cde7a93bc Mon Sep 17 00:00:00 2001 From: Adam Petrie Date: Wed, 27 Jul 2016 19:08:37 -0400 Subject: [PATCH] Create error template that has no main nav or footer. --- site/404.html | 2 +- site/_layouts/error.html | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 site/_layouts/error.html diff --git a/site/404.html b/site/404.html index 75d90feb..d931859a 100644 --- a/site/404.html +++ b/site/404.html @@ -1,5 +1,5 @@ --- -layout: default +layout: error permalink: /404.html sitemap: false --- diff --git a/site/_layouts/error.html b/site/_layouts/error.html new file mode 100644 index 00000000..f5bc5c9b --- /dev/null +++ b/site/_layouts/error.html @@ -0,0 +1,23 @@ +{% include top.html %} + + +
+
+ +
+
+ + {{ content }} + + {% include anchor_links.html %} + {% include analytics.html %} + + +