pages: add menu if enabled
Similar to how it is done in categories.
This commit is contained in:
parent
d8d6dc5861
commit
4b809901b9
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