aboutsummaryrefslogtreecommitdiff
path: root/templates/core.html
diff options
context:
space:
mode:
authorKatharina Fey <kookie@spacekookie.de>2020-06-22 06:23:04 +0200
committerKatharina Fey <kookie@spacekookie.de>2020-06-22 06:23:04 +0200
commite30713b84bc9e66f7a8e8d2f51e953472cac28e4 (patch)
tree3098b1c77a978dcad0c828f57386d1c8999aa26b /templates/core.html
parent84a9a0ccee713e26a28ff5e54ea3776085d93b5f (diff)
Committing all the libgit2 progress before throwing it away
I don't think libgit2 is the way forward to make any of this work. There's so much work involved in parsing the git k-v store, and the library itself is essentially of zero help for most of the heavy lifting.
Diffstat (limited to 'templates/core.html')
-rw-r--r--templates/core.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/core.html b/templates/core.html
index 808dc4c..aaa95ce 100644
--- a/templates/core.html
+++ b/templates/core.html
@@ -11,8 +11,10 @@
<div class="container">
{% block content %}{% endblock %}
- <hr/>
- <pre>Generated by octopus v0.0.0</pre>
+<pre>
+Generated by <strong>octopus {{ base.version }}</strong>
+In compliance with the <a href="https://en.wikipedia.org/wiki/Affero_General_Public_License">AGPL</a> you can find the sources for this software <strong><a href="{{ base.source }}">here</a></strong>!
+</pre>
<div>
</body>
</html>