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/tag.html | |
parent | 073089162f8be3d6eb77d471055fcce3773f0b39 (diff) |
More fine tuning of template
Allow smooth navigation and move redundant information to base.html.
Diffstat (limited to 'templates/tag.html')
-rw-r--r-- | templates/tag.html | 6 |
1 files changed, 6 insertions, 0 deletions
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 %} | <a href="{{ SITEURL }}">Home</a> | {% endblock %} +{% block content_title %} +<h2>Articles in the {{ tag }} tag</h2> +{% endblock %} |