Use root-relative URLs for website header

Fixes #1265
Fixes #1489
This commit is contained in:
Florian Bruhin 2016-06-13 08:01:59 +02:00
parent cfe360b95e
commit bc757b2b8c

View File

@ -1,17 +1,17 @@
+++ +++
<div id="headline"> <div id="headline">
<img class="qutebrowser-logo" src="icons/qutebrowser.svg" alt="qutebrowser" /> <img class="qutebrowser-logo" src="/icons/qutebrowser.svg" alt="qutebrowser" />
<div class="text"> <div class="text">
<h1>qutebrowser</h1> <h1>qutebrowser</h1>
A keyboard-driven browser. A keyboard-driven browser.
</div> </div>
</div> </div>
<div id="menu"> <div id="menu">
<a href="index.html">Home</a> <a href="/index.html">Home</a>
<a href="FAQ.html">FAQ</a> <a href="/FAQ.html">FAQ</a>
<a href="INSTALL.html">Install</a> <a href="/INSTALL.html">Install</a>
<a href="CHANGELOG.html">Changelog</a> <a href="/CHANGELOG.html">Changelog</a>
<a href="CONTRIBUTING.html">Contributing</a> <a href="/CONTRIBUTING.html">Contributing</a>
<a href="https://www.github.com/The-Compiler/qutebrowser">GitHub</a> <a href="https://www.github.com/The-Compiler/qutebrowser">GitHub</a>
<a href="https://github.com/The-Compiler/qutebrowser/releases">Releases</a> <a href="https://github.com/The-Compiler/qutebrowser/releases">Releases</a>
<a href="http://blog.qutebrowser.org/">Blog</a> <a href="http://blog.qutebrowser.org/">Blog</a>