Skip to content

Commit

Permalink
Append index.html to home link
Browse files Browse the repository at this point in the history
for Tahoe-LAFS and file system browsing
  • Loading branch information
The Dod committed Nov 5, 2012
1 parent e10af4f commit dc27b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions waterspill-en/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
Expand All @@ -37,7 +37,7 @@ <h1><a href="{{ SITEURL }}">{{ SITENAME }}</h1>
<li><a href="{{ item.url }}">{{ item.name }}</li>
<li>&ndash;</li>
{% endfor %}
<li><a href="{{ SITEURL }}">Home</a></li>
<li><a href="{{ SITEURL }}/index.html">Home</a></li>
<li>&ndash;</li>
<li><a href="{{ SITEURL }}/archives.html">Archives</a></li>
{% for item in AFTER_MENU %}
Expand Down

0 comments on commit dc27b7d

Please sign in to comment.