website restyling, minor fixes

This commit is contained in:
Arthur Gerbaud
2016-08-13 16:40:43 +02:00
parent 8bac5d8bd4
commit 46b807ec1e
36 changed files with 390 additions and 407 deletions

View File

@@ -3,13 +3,6 @@
{% block title %}{{ page_title }}{% endblock %}
{% block page_header %}{{ page_header }} <small>{{ page_header_small }}</small>{% endblock %}
{% block globalnav %}
<div class="row">
<div class="col-md-12">
{% include "navbar.html" %}
</div>
</div>
{% endblock %}
{% block content %}{% include content_template %}{% endblock %}