From 0cee048b7c72f1ca33223c6c034e51af8543f72b Mon Sep 17 00:00:00 2001 From: mdivecky Date: Thu, 17 Aug 2023 11:19:27 +0200 Subject: [PATCH] Add contributors to About page --- view/templates/about.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/view/templates/about.html b/view/templates/about.html index 4859a28..f8464dc 100644 --- a/view/templates/about.html +++ b/view/templates/about.html @@ -3,7 +3,6 @@ {% block body %}
-

Headliner

Headliner is monitoring rss feeds of czech news websites for changes in article headlines. Just because it might be interesting. @@ -12,12 +11,13 @@ See the source code, but be aware that it's not too nice. Feel free to improve it.

+

If you want to access the raw data collected by this tool, you can - download the full archive from our git + download the full archive from our git repo.

+
+

Ondřej and Bain made important contribution to the project. Thank you!

{% endblock body %}