From 1ff7d1cff2f7df724a2954266b78afc8977ded75 Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 29 Nov 2018 20:33:10 -0200 Subject: [PATCH] display the navigation links on articles --- templates/page.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/page.html b/templates/page.html index eebc678..70dd9df 100644 --- a/templates/page.html +++ b/templates/page.html @@ -2,6 +2,9 @@ {% import "post_macros.html" as post_macros %} {% block content %} + {% block header %} + {{ super() }} + {% endblock header %}