Fix footer

This commit is contained in:
Thomas Sileo 2022-07-29 23:17:02 +02:00
parent 6207af66bd
commit fe9e4eebf4
3 changed files with 5 additions and 1 deletions

View file

@ -46,7 +46,9 @@
</div>
<footer class="footer">
<div class="box">
Powered by <a href="https://docs.microblog.pub">microblog.pub</a> <small class="microblogpub-version"><code>{{ microblogpub_version }}</code></small> and the <a href="https://activitypub.rocks/">ActivityPub</a> protocol. <a href="{{ url_for("login") }}">Admin</a>.
</div>
</footer>
</body>
</html>