summaryrefslogtreecommitdiff
path: root/zola/templates/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'zola/templates/404.html')
-rw-r--r--zola/templates/404.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/zola/templates/404.html b/zola/templates/404.html
new file mode 100644
index 0000000..2cc8577
--- /dev/null
+++ b/zola/templates/404.html
@@ -0,0 +1,7 @@
+{% extends "base.html" %}
+
+{% block title %}404 - Not Found{% endblock %}
+{% block header %}404 - Not Found{% endblock %}
+{% block navigation %}<a href="/">Home</a>{% endblock %}
+{% block content %}{% endblock %}
+