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/index.html | |
parent | 073089162f8be3d6eb77d471055fcce3773f0b39 (diff) |
More fine tuning of template
Allow smooth navigation and move redundant information to base.html.
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/templates/index.html b/templates/index.html index 429020e..98e5f15 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,11 +1,6 @@ {% extends "base.html" %} -{% block menu %} - {% for p in PAGES %} - | <a href="{{ SITEURL}}/{{p.url}}">{{p.title}}</a> | - {% endfor %} -<h1><a href="{{ SITEURL }}">Home</a></h1> -{% endblock %} {% block content %} +<h1><a href="{{ SITEURL }}">Random Ramblings</a></h1> <section id="content"> {% block content_title %} <h2>All articles</h2> |