Skip to content
Snippets Groups Projects
Commit f51687a2 authored by kairo's avatar kairo
Browse files

try using toplink template in 404 page to make actual links work

parent daf92166
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
<meta http-equiv="Content-Script-Type" content="text/javascript">
<link rel="maintainer" href="mailto:kairo@kairo.at" title="Robert Kaiser">
<link rel="top" href="./" title="SeaMonkey Project">
<link rel="up" href="./" title="SeaMonkey Project">
<link rel="top" href="[% toplink %]" title="SeaMonkey Project">
<link rel="up" href="[% toplink %]" title="SeaMonkey Project">
<title>404: Page Not Found</title>
</head>
......@@ -35,9 +35,9 @@
<p>Or you can just jump over to some of the popular pages on our website.</p>
<ul>
<li>Were you looking for our <a href="releases/">downloads</a>?</li>
<li>Or maybe information <a href="about">about the SeaMonkey project</a>?</li>
<li>It might just be best to start at the <a href="./">SeaMonkey Home Page</a>.</li>
<li>Were you looking for our <a href="[% toplink %]releases/">downloads</a>?</li>
<li>Or maybe information <a href="[% toplink %]about">about the SeaMonkey project</a>?</li>
<li>It might just be best to start at the <a href="[% toplink %]">SeaMonkey Home Page</a>.</li>
</ul>
</body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment