summaryrefslogtreecommitdiff
path: root/web/template/footer.tmpl
blob: 19e9cdbc4d6c7484ec25f9dd0dd1840e3e17c939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
	<!-- footer.tmpl -->
	<footer>
		<div id="version">
			Running GoToSocial version: <span class="accent">{{.instance.Version}}</span><br>
			<a href="https://github.com/superseriousbusiness/gotosocial">Source Code</a>
		</div>
		<div id="contact">
			Contact: <a href="/{{.instance.ContactAccount}}" class="nounderline">{{.instance.ContactAccount}}</a><br>
			<!-- <a href="/moderation">Moderation team</a> -->
		</div>
	</footer>
</body>
</html>