So that the user can conveniently go back to hostea.org without
editing with the URL manually.

Signed-off-by: Loïc Dachary <loic@dachary.org>
pull/48/head
Loïc Dachary 2022-07-10 08:20:24 +02:00
parent a95158f3df
commit cfd5518518
Signed by: dachary
GPG Key ID: 992D23B392F9E4F2
1 changed files with 2 additions and 2 deletions

View File

@ -2,10 +2,10 @@
<nav class="nav__container">
<input type="checkbox" class="nav__toggle" id="nav__toggle" />
<div class="nav__header">
<a class="nav__logo-container" href="/">
<a class="nav__logo-container" href="https://hostea.org">
<img
src="{% static 'img/android-icon-48x48.png' %}"
alt="Hostea temporary logo"
alt="Hostea logo"
/>
<p class="nav__home-btn">ostea</p>
</a>