a little more stuff in about
parent
8e08930b90
commit
afbab30f6d
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue