Merge pull request #79 from noirbizarre/page-blocks
Add some blocks to page for easier customization
This commit is contained in:
commit
0e90c10b6d
1 changed files with 3 additions and 1 deletions
|
@ -7,7 +7,9 @@
|
|||
<h1 id="{{ page.slug }}">{{ page.title }}</h1>
|
||||
</header>
|
||||
<div>
|
||||
{{ page.content }}
|
||||
{% block before_content %}{% endblock %}
|
||||
{% block page_content %}{{ page.content }}{% endblock %}
|
||||
{% block after_content %}{% endblock %}
|
||||
</div>
|
||||
</article>
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue