summaryrefslogtreecommitdiffstats
path: root/templates/pages/index.html
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-11-05 16:37:37 +0100
committerGravatar Tom Willemsen2011-11-05 16:37:37 +0100
commit9c5a7e1198f98eaf9240779b945e2192eaa66f9d (patch)
tree5325dbb5b5759aad2bf9d97c3e00178c2b2985b2 /templates/pages/index.html
parentcee353fd4118e330c903fc4482a5c460aacbe65a (diff)
downloaddotfiles-9c5a7e1198f98eaf9240779b945e2192eaa66f9d.tar.gz
dotfiles-9c5a7e1198f98eaf9240779b945e2192eaa66f9d.zip
Style updates for markdown
Diffstat (limited to 'templates/pages/index.html')
-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 %}