diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2017-05-07 19:58:39 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2017-05-07 19:58:39 +0530 |
commit | 7c08afd343e19c35151fc614611151033b7f2ad1 (patch) | |
tree | 786e0fc26bf70c193dd23412eedfa855a4622cce /templates/category.html | |
parent | 073089162f8be3d6eb77d471055fcce3773f0b39 (diff) |
More fine tuning of template
Allow smooth navigation and move redundant information to base.html.
Diffstat (limited to 'templates/category.html')
-rw-r--r-- | templates/category.html | 1 |
1 files changed, 1 insertions, 0 deletions
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 %} | <a href="{{ SITEURL }}">Home</a> | {% endblock %} {% block content_title %} <h2>Articles in the {{ category }} category</h2> {% endblock %} |