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/tag.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'templates/tag.html') diff --git a/templates/tag.html b/templates/tag.html index e69de29..b2cda7a 100644 --- a/templates/tag.html +++ b/templates/tag.html @@ -0,0 +1,6 @@ +{% extends "index.html" %} +{% block title %} {{SITENAME}} - Tag {{tag}} {% endblock %} +{% block home %} | Home | {% endblock %} +{% block content_title %} +

Articles in the {{ tag }} tag

+{% endblock %} -- cgit v1.2.3