From f30004b814278f31bd06a27282696b12caa936f8 Mon Sep 17 00:00:00 2001 From: Fornax Date: Thu, 16 Dec 2021 21:24:06 +0100 Subject: [PATCH] Mastodon icon in footer --- res/include/img/icons/mastodon.svg | 4 ++++ res/template/fragments/page_wrap.html | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 res/include/img/icons/mastodon.svg diff --git a/res/include/img/icons/mastodon.svg b/res/include/img/icons/mastodon.svg new file mode 100644 index 0000000..b4112b7 --- /dev/null +++ b/res/include/img/icons/mastodon.svg @@ -0,0 +1,4 @@ + + + + diff --git a/res/template/fragments/page_wrap.html b/res/template/fragments/page_wrap.html index 5cf7b9e..cebd835 100644 --- a/res/template/fragments/page_wrap.html +++ b/res/template/fragments/page_wrap.html @@ -63,7 +63,8 @@ function resetMenu() { {{template `patreon.svg` .}} Patreon | {{template `twitter.svg` .}} Twitter | {{template `reddit.svg` .}} Reddit | - {{template `github.svg` .}} GitHub + {{template `github.svg` .}} GitHub | + {{template `mastodon.svg` .}} Mastodon )