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

View file

@ -2,6 +2,9 @@
{% import "post_macros.html" as post_macros %} {% import "post_macros.html" as post_macros %}
{% block content %} {% block content %}
{% block header %}
{{ super() }}
{% endblock header %}
<article itemscope itemtype="http://schema.org/BlogPosting"> <article itemscope itemtype="http://schema.org/BlogPosting">
<header> <header>