From afbab30f6d9f6dbcf422771366161785d76e0aec Mon Sep 17 00:00:00 2001 From: Kostanjevec Date: Tue, 28 Jun 2022 17:04:06 +0200 Subject: [PATCH] a little more stuff in about --- templates/about.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/about.html b/templates/about.html index 05290ce..6d1292c 100644 --- a/templates/about.html +++ b/templates/about.html @@ -1,10 +1,16 @@ {% extends 'base.html' %} {% block header %} - About +

About

{% endblock %} {% block content %}

Contentmatcher is a General Intelligence Agency of Ljubljana prototype.

+

You can find the its code here.

+ +

Contentmatcher is hosted by kompot, a local librehosters community.

+ +If you have any questions, feedback or if you would like contribute, please contact us at gia@kompot.si. + {% endblock %}