Add a footer

Fixes #133
This commit is contained in:
Bat
2018-07-27 14:08:39 +02:00
parent 38d99ad5af
commit b35ee44942
7 changed files with 49 additions and 0 deletions
+5
View File
@@ -32,5 +32,10 @@
{% block content %}
{% endblock content %}
</main>
<footer>
<span>Plume 0.1.0</span>
<a href="https://github.com/Plume-org/Plume">{{ "Source code" | _ }}</a>
<a href="https://riot.im/app/#/room/#funkwhale-troubleshooting:matrix.org">{{ "Matrix room" | _ }}</a>
</footer>
</body>
</html>