Merge pull request #17 from victortoso/pr-add-menu-to-pages
pages: add menu if enabled
This commit is contained in:
commit
2876aabd9e
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
{% import "post_macros.html" as post_macros %}
|
||||
|
||||
{% block content %}
|
||||
{% block header %}
|
||||
{{ super() }}
|
||||
{% endblock header %}
|
||||
|
||||
<article itemscope itemtype="http://schema.org/BlogPosting">
|
||||
<header>
|
||||
|
|
Loading…
Reference in a new issue