Fix page title positioning
This commit is contained in:
parent
0d026da92c
commit
c4e47cbbd7
4 changed files with 6 additions and 5 deletions
|
|
@ -1,7 +1,9 @@
|
|||
{% extends "default" %}
|
||||
|
||||
{% block content_wrapper %}
|
||||
<h1>{{ page.title }}</h1>
|
||||
<div>
|
||||
<h1>{{ page.title }}</h1>
|
||||
|
||||
{{ parent() }}
|
||||
{{ parent() }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue