aboutsummaryrefslogtreecommitdiff
path: root/templates/category.html
diff options
context:
space:
mode:
authorKatharina Sabel <sabel.katharina@gmail.com>2016-12-09 23:19:50 +0100
committerKatharina Sabel <sabel.katharina@gmail.com>2016-12-09 23:19:50 +0100
commit7ed624b108a683d6eb5e37da5c5da00aa5fd030f (patch)
tree0997aaf5569a14449820fcb796e3283bfdf3c22a /templates/category.html
parent355de7343314c6f7990927424ed9b59a89aaef69 (diff)
A lot of changes that are very destructive to the theme. But I needed and wanted them. Might clean up the template tree to be a bit less...hacky. But this works for now
Diffstat (limited to 'templates/category.html')
-rwxr-xr-xtemplates/category.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/category.html b/templates/category.html
index f336b7c..3391cde 100755
--- a/templates/category.html
+++ b/templates/category.html
@@ -25,8 +25,9 @@
{% endblock header %}
{% block content %}
-<div class="container content archive">
+<div class="col-lg-9 content archive">
+
<h1>{{ category|capitalize }}</h1>
<dl class="dl-horizontal">
@@ -40,4 +41,5 @@
{% endfor %}
</dl>
</div>
+
{% endblock content %}