Show title in content div in mobile view

This commit is contained in:
str4d
2014-01-09 18:56:19 +00:00
parent 1a00766332
commit 9cbafe0e19
3 changed files with 13 additions and 0 deletions

View File

@@ -67,6 +67,10 @@
{%- endif %}{% endif %}{% endif %}
</div>
{%- endif %}
<div class="title">
<h1>{{ self.title() }}</h1>
</div>
{% block content %}{% endblock %}
</article>
{% endblock %}