Browse Source

display the navigation links on articles

master
Julio Biason 5 years ago
parent
commit
1ff7d1cff2
  1. 3
      templates/page.html

3
templates/page.html

@ -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…
Cancel
Save