new styling for frontpage, update login and authorize templates

This commit is contained in:
f0x 2021-06-19 00:12:13 +02:00
commit bcf9fe41c2
18 changed files with 873 additions and 60 deletions

13
web/template/footer.tmpl Normal file
View file

@ -0,0 +1,13 @@
<!-- footer.tmpl -->
<footer>
<div id="version">
Running GoToSocial version: <span class="accent">{{.version}}</span><br>
<a href="https://github.com/superseriousbusiness/gotosocial">Source Code</a>
</div>
<div id="contact">
Administrated by: <a href="/{{.adminUsername}}" class="nounderline">{{.adminUsername}}</a><br>
<a href="/moderation">Moderation team</a>
</div>
</footer>
</body>
</html>