diff options
Diffstat (limited to 'web/template/footer.tmpl')
| -rw-r--r-- | web/template/footer.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/web/template/footer.tmpl b/web/template/footer.tmpl new file mode 100644 index 000000000..19e9cdbc4 --- /dev/null +++ b/web/template/footer.tmpl @@ -0,0 +1,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>
\ No newline at end of file |
