diff options
author | The Dod <unclezzzen@gmail.com> | 2012-11-05 21:40:15 +0700 |
---|---|---|
committer | The Dod <unclezzzen@gmail.com> | 2012-11-05 21:40:15 +0700 |
commit | dc27b7daf33358a32101a94d21bc35e5c519f590 (patch) | |
tree | b833d72f3b8173112f2c00d99b0c40866105c020 /waterspill-en/templates | |
parent | e10af4f9635a844eec1933020ac324f70c889a0e (diff) | |
download | pelican-themes-dc27b7daf33358a32101a94d21bc35e5c519f590.tar.gz |
Append index.html to home link
for Tahoe-LAFS and file system browsing
Diffstat (limited to 'waterspill-en/templates')
-rw-r--r-- | waterspill-en/templates/base.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/waterspill-en/templates/base.html b/waterspill-en/templates/base.html index 3ba518c..a60034e 100644 --- a/waterspill-en/templates/base.html +++ b/waterspill-en/templates/base.html @@ -25,7 +25,7 @@ <div id="container"> <div id="header"> - <h1><a href="{{ SITEURL }}">{{ SITENAME }}</h1> + <h1><a href="{{ SITEURL }}/index.html">{{ SITENAME }}</h1> {% if SITESUBTITLE %}<h2>{{ SITESUBTITLE }}</h2>{% endif %} </div><!-- end #header --> @@ -37,7 +37,7 @@ <li><a href="{{ item.url }}">{{ item.name }}</li> <li>–</li> {% endfor %} - <li><a href="{{ SITEURL }}">Home</a></li> + <li><a href="{{ SITEURL }}/index.html">Home</a></li> <li>–</li> <li><a href="{{ SITEURL }}/archives.html">Archives</a></li> {% for item in AFTER_MENU %} |