summaryrefslogtreecommitdiffstats
path: root/templates/pages/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/pages/index.html')
-rw-r--r--templates/pages/index.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/pages/index.html b/templates/pages/index.html
deleted file mode 100644
index 0f295e7..0000000
--- a/templates/pages/index.html
+++ /dev/null
@@ -1,8 +0,0 @@
-{% extends "base.html" %}
-
-{% block content %}
-<div class="markdown">
- {% include page %}
-</div>
-<br/>
-{% endblock %}