mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-12-09 13:08:08 -06:00
new styling for frontpage, update login and authorize templates
This commit is contained in:
parent
82d9f88e42
commit
bcf9fe41c2
18 changed files with 873 additions and 60 deletions
13
web/template/footer.tmpl
Normal file
13
web/template/footer.tmpl
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue