From 885a31e138a9355d738e969422d1d7dec0d74ad6 Mon Sep 17 00:00:00 2001 From: Myzel394 <50424412+Myzel394@users.noreply.github.com> Date: Thu, 21 Nov 2024 20:44:06 +0100 Subject: [PATCH] fix: Improvements --- static/github.svg | 1 + static/twitter.svg | 1 + templates/base.html.njk | 1 + 3 files changed, 3 insertions(+) create mode 100644 static/github.svg create mode 100644 static/twitter.svg diff --git a/static/github.svg b/static/github.svg new file mode 100644 index 0000000..becd3f9 --- /dev/null +++ b/static/github.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/twitter.svg b/static/twitter.svg new file mode 100644 index 0000000..0704621 --- /dev/null +++ b/static/twitter.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/base.html.njk b/templates/base.html.njk index 70ff793..35eff80 100644 --- a/templates/base.html.njk +++ b/templates/base.html.njk @@ -76,6 +76,7 @@ + No logs are stored. I have no idea, that you were here. {% block scripts %} {% endblock %}