Issue #2: The blog page can be full width, for now
This commit is contained in:
parent
5b15fc322e
commit
5f32ea5572
|
@ -5,6 +5,8 @@ nav: blog
|
||||||
use:
|
use:
|
||||||
- posts
|
- posts
|
||||||
---
|
---
|
||||||
|
{% block content_wrapper %}
|
||||||
|
<div class="col-md-12">
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Blog</h1>
|
<h1>Blog</h1>
|
||||||
|
|
||||||
|
@ -16,5 +18,7 @@ use:
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
</div> {# .col.md-12 #}
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block sidebar %}{% endblock %}
|
{% block sidebar %}{% endblock %}
|
Loading…
Reference in a new issue