diff options
Diffstat (limited to 'waterspill-en/templates/base.html')
-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 %} |