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