aboutsummaryrefslogtreecommitdiffstats
path: root/_layouts/error.html
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2019-02-03 22:36:35 -0600
committerMatt Rude <[email protected]>2019-02-03 22:36:35 -0600
commitea41211e6d4ee6c0f17f559e7f95a920b3d1e8c7 (patch)
treed3fc3f55a486631166056e7764b0b3ea7716a45b /_layouts/error.html
parent7d03d5def39d9c84e2c4c7b19b2fcb6a56c85082 (diff)
downloadxmpp-site-lite-ea41211e6d4ee6c0f17f559e7f95a920b3d1e8c7.tar.gz
xmpp-site-lite-ea41211e6d4ee6c0f17f559e7f95a920b3d1e8c7.tar.bz2
xmpp-site-lite-ea41211e6d4ee6c0f17f559e7f95a920b3d1e8c7.zip
Correct error pages header/footer
Diffstat (limited to '_layouts/error.html')
-rw-r--r--_layouts/error.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/_layouts/error.html b/_layouts/error.html
index 4d50142..5b9633b 100644
--- a/_layouts/error.html
+++ b/_layouts/error.html
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-{% include header-error.html %}
+{% include header.html %}
{% include menu.html %}
{{ content }}
-{% include footer-error.html %}
+{% include footer.html %}