From 78782b6d93542624ce9298e750b298d2b85ed7b9 Mon Sep 17 00:00:00 2001 From: Marta Sienkiewicz Date: Sun, 11 Jan 2026 19:42:04 +0100 Subject: [PATCH] Link repo in footer --- discourse.py | 3 +-- docs/index.html | 2 +- template/_base_template.html | 3 +-- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/discourse.py b/discourse.py index 0f7957a..f79bc79 100644 --- a/discourse.py +++ b/discourse.py @@ -45,5 +45,4 @@ class DiscourseDatabase(): for place in places: if place in topic["tags"]: return f'{place}' - return "unknown" - + return "unknown" \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index 5a8a454..79178fc 100644 --- a/docs/index.html +++ b/docs/index.html @@ -273,7 +273,7 @@ diff --git a/template/_base_template.html b/template/_base_template.html index 6f050ac..33fcb3a 100644 --- a/template/_base_template.html +++ b/template/_base_template.html @@ -18,8 +18,7 @@ {% block body %}{% endblock body %}