Include version in the footer
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-01-03 21:35:09 +01:00
parent 5f9ca5781f
commit 89adf479f6
5 changed files with 94 additions and 2 deletions

View File

@ -32,6 +32,8 @@
</nav>
{% block content %}No content here.{% endblock %}
</div>
{% load version %}
<span id="version-info" class="absolute left-1 bottom-1 text-xs text-slate-300 dark:text-slate-600">{% version %} ({% version_date %})</span>
</body>
</html>