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/categories.html | |
parent | 073089162f8be3d6eb77d471055fcce3773f0b39 (diff) |
More fine tuning of template
Allow smooth navigation and move redundant information to base.html.
Diffstat (limited to 'templates/categories.html')
-rw-r--r-- | templates/categories.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/categories.html b/templates/categories.html index e29be0c..dcdf3b8 100644 --- a/templates/categories.html +++ b/templates/categories.html @@ -1,4 +1,5 @@ {% extends "base.html" %} +{% block home %} | <a href="{{ SITEURL }}">Home</a> | {% endblock %} {% block content %} <ul> {% for category, articles in categories %} |