From d979f5da1f919fc9e9ea48221caf903d0aca9420 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Dachary?= Date: Wed, 20 Jul 2022 16:25:48 +0200 Subject: [PATCH] add link to the mastodon Hostea account MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Loïc Dachary --- templates/nav.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/nav.html b/templates/nav.html index d853189..2d0dde4 100644 --- a/templates/nav.html +++ b/templates/nav.html @@ -21,6 +21,7 @@ {{ macros::nav_link(link="/about/", name="About") }} {{ macros::nav_link(link="/gitea-clinic/", name="Clinic") }} {{ macros::nav_link(link="/blog/", name="Blog") }} + {{ macros::nav_link(link="https://mastodon.online/web/@hostea", name="Mastodon") }} {{ macros::nav_link(link="https://matrix.to/#/#hostea:matrix.batsense.net", name="Chat") }} {{ macros::nav_link(link="https://forum.hostea.org", name="Forum") }}