a little more stuff in about

master
Kostanjevec 2022-06-28 17:04:06 +02:00
parent 8e08930b90
commit afbab30f6d
1 changed files with 7 additions and 1 deletions

View File

@ -1,10 +1,16 @@
{% extends 'base.html' %}
{% block header %}
<head>About</head>
<h1>About</h1>
{% endblock %}
{% block content %}
<p>Contentmatcher is a <a href="https://gia.kompot.si/about.php">General Intelligence Agency of Ljubljana</a> prototype.</p>
<p>You can find the its code <a href="https://git.kompot.si/gia/contentmatcher">here</a>.</p>
<p>Contentmatcher is hosted by <a href="https://kompot.si/wi">kompot</a>, a local librehosters community.</p>
If you have any questions, feedback or if you would like contribute, please contact us at <a href="mailto:gia@kompot.si">gia@kompot.si</a>.
{% endblock %}