sitemap: / should be a link to index.html

This commit is contained in:
Mikaela Suomalainen 2012-09-28 17:51:10 +03:00
parent f51b652877
commit 78a26d1499
2 changed files with 3 additions and 2 deletions

View File

@ -11,7 +11,7 @@ Sitemap
<p><text align=left><a href="../index.html">&lt;-- Index</a></text align> <text align=center></text align> <text align=left>Sitemap</text align></p>
<h1 id="sitemap">Sitemap</h1>
<p>This page lists every page on this site. Note that to see markdown source of .html page, you only need to add &quot;.md&quot; after &quot;.html&quot; in the URL line.</p>
<h1 id="section">/</h1>
<h1 id="section"><a href="../index.html">/</a></h1>
<p><a href="../404.html">404</a> — Page, which is shown if you encounter 404 error.</p>
<p><a href="../index.html">index</a> — Index page</p>
<p><a href="../mirrors.html">mirrors</a> — List of mirrors of this site.</p>

View File

@ -19,7 +19,7 @@
This page lists every page on this site.
Note that to see markdown source of .html page, you only need to add ".md" after ".html" in the URL line.
# /
# [/]
[404] — Page, which is shown if you encounter 404 error.
@ -27,6 +27,7 @@ Note that to see markdown source of .html page, you only need to add ".md" after
[mirrors] — List of mirrors of this site.
[/]:../index.html
[404]:../404.html
[index]:../index.html
[mirrors]:../mirrors.html