mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-18 16:47:29 -06:00
13 lines
417 B
Cheetah
13 lines
417 B
Cheetah
|
|
<!-- 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>
|