Merge pull request #17 from victortoso/pr-add-menu-to-pages

pages: add menu if enabled
This commit is contained in:
Vincent Prouillet 2020-03-30 18:17:07 +02:00 committed by GitHub
commit 2876aabd9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -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>