Append index.html to home link

for Tahoe-LAFS and file system browsing
This commit is contained in:
The Dod
2012-11-05 21:40:15 +07:00
parent e10af4f963
commit dc27b7daf3

View File

@@ -25,7 +25,7 @@
<div id="container"> <div id="container">
<div id="header"> <div id="header">
<h1><a href="{{ SITEURL }}">{{ SITENAME }}</h1> <h1><a href="{{ SITEURL }}/index.html">{{ SITENAME }}</h1>
{% if SITESUBTITLE %}<h2>{{ SITESUBTITLE }}</h2>{% endif %} {% if SITESUBTITLE %}<h2>{{ SITESUBTITLE }}</h2>{% endif %}
</div><!-- end #header --> </div><!-- end #header -->
@@ -37,7 +37,7 @@
<li><a href="{{ item.url }}">{{ item.name }}</li> <li><a href="{{ item.url }}">{{ item.name }}</li>
<li>&ndash;</li> <li>&ndash;</li>
{% endfor %} {% endfor %}
<li><a href="{{ SITEURL }}">Home</a></li> <li><a href="{{ SITEURL }}/index.html">Home</a></li>
<li>&ndash;</li> <li>&ndash;</li>
<li><a href="{{ SITEURL }}/archives.html">Archives</a></li> <li><a href="{{ SITEURL }}/archives.html">Archives</a></li>
{% for item in AFTER_MENU %} {% for item in AFTER_MENU %}