1
0
mirror of https://github.com/tiyn/amphora-wiki.git synced 2026-02-22 04:44:48 +01:00

src: fixed quote-signs

This commit is contained in:
2022-07-29 23:05:31 +02:00
parent 4dbd75a1a9
commit f766803f3b
5 changed files with 71 additions and 71 deletions

View File

@@ -13,9 +13,9 @@
<input type="checkbox" id="main-menu-check">
<label for="main-menu-check" class="show-menu">&#9776;</label>
<div class="main-menu">
<a href="/">Startpage</a>
<a href="/namespace">Namespaces</a>
<a href="/search">Search</a>
<a href="{{ url_for('index') }}">Startpage</a>
<a href="{{ url_for('namespace') }}">Namespaces</a>
<a href="{{ url_for('search') }}">Search</a>
<label for="main-menu-check" class="hide-menu">X</label>
</div>
</div>
@@ -26,7 +26,7 @@
<!-- Content -->
<footer>
<div class="center">
Made with <a href="https://github.com/tiyn/tiyny-wiki">Amphora Wiki</a>.
Made with <a href="https://github.com/tiyn/amphora-wiki">Amphora Wiki</a>.
</div>
</footer>
</body>