]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
web: Link to "./index.html" rather than to ".".
authorAndre Noll <maan@tuebingen.mpg.de>
Sat, 6 Nov 2021 20:31:59 +0000 (21:31 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Thu, 10 Feb 2022 15:52:51 +0000 (16:52 +0100)
When browsing the generated html locally, clicking the logo or the
about link may cause the browser to open the directory view, which
is annoying. This commit makes these links open the main page instead.

web/header.html
web/header2.html

index 6b52f0292352682a29f1432844b7c018a810e6f9..54acf0e9c0d6a42eec0523a746548fd4593666e9 100644 (file)
@@ -11,7 +11,7 @@
        <table>
        <tr>
                <td>
-                       <a title="paraslash homepage" href=".">
+                       <a title="paraslash homepage" href="./index.html">
                                <img src="paraslash.svg" alt="paraslash">
                        </a>
                </td>
@@ -22,7 +22,7 @@
        <tr>
                <td valign="top">
                        <br>
-                       <a href=".">About</a><br>
+                       <a href="./index.html">About</a><br>
                        <a href="news.html">News</a><br>
                        <a href="download.html">Download</a><br>
                        <a href="documentation.html">Documentation</a><br>
index 89c3c4686cbf6f2d139a7f2684027279ac62b639..b7534c32d6a8c7fd5fb1c6676992d7db76f227f3 100644 (file)
@@ -11,7 +11,7 @@
        <table>
        <tr>
                <td>
-                       <a title="paraslash homepage" href="../..//">
+                       <a title="paraslash homepage" href="../../index.html">
                                <img src="../../paraslash.svg" alt="paraslash">
                        </a>
                </td>
@@ -22,7 +22,7 @@
        <tr>
                <td valign="top">
                        <br>
-                       <a href="../..">About</a><br>
+                       <a href="../../index.html">About</a><br>
                        <a href="../../news.html">News</a><br>
                        <a href="../../download.html">Download</a><br>
                        <a href="../../documentation.html">Documentation</a><br>