From b30d5ffa05ab874b5fd741b4fc3a745e94fbbf03 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 7 May 2020 14:46:55 +0100 Subject: [PATCH] Add blog list to navbar --- templates/navigation/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/navigation/index.html b/templates/navigation/index.html index d4d4c78..99e8c54 100644 --- a/templates/navigation/index.html +++ b/templates/navigation/index.html @@ -1,5 +1,4 @@
  • /home/theorangeone
  • {% include "navigation/item.html" with reverse="about" text="about" %} -{% include "navigation/item.html" with reverse="about" text="about" %} -{% include "navigation/item.html" with reverse="about" text="about" %} +{% include "navigation/item.html" with reverse="blog:list" text="posts" %}