From 7c08afd343e19c35151fc614611151033b7f2ad1 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 7 May 2017 19:58:39 +0530 Subject: More fine tuning of template Allow smooth navigation and move redundant information to base.html. --- templates/category.html | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/category.html') diff --git a/templates/category.html b/templates/category.html index 4e6fd24..e30f3ec 100644 --- a/templates/category.html +++ b/templates/category.html @@ -1,4 +1,5 @@ {% extends "index.html" %} +{% block home %} | Home | {% endblock %} {% block content_title %}

Articles in the {{ category }} category

{% endblock %} -- cgit v1.2.3