diff options
| author | 2021-06-23 16:35:57 +0200 | |
|---|---|---|
| committer | 2021-06-23 16:35:57 +0200 | |
| commit | 8c9a8533434ec6e159541896d5f43e39303d42e4 (patch) | |
| tree | 3da3cbf9aa33a160cd076f2b9f8d56396ae3bdfa /web/template/footer.tmpl | |
| parent | Opengraph meta tags (#55) (diff) | |
| download | gotosocial-8c9a8533434ec6e159541896d5f43e39303d42e4.tar.xz | |
Instance settings updates (#59)
Allow admins to set instance settings through a PATCH to /api/v1/instance
Update templates to reflect some of the new fields
Diffstat (limited to 'web/template/footer.tmpl')
| -rw-r--r-- | web/template/footer.tmpl | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/web/template/footer.tmpl b/web/template/footer.tmpl index 19e9cdbc4..88f4cd88a 100644 --- a/web/template/footer.tmpl +++ b/web/template/footer.tmpl @@ -5,8 +5,10 @@ <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> --> + Contact: <a href="{{.instance.ContactAccount.URL}}" class="nounderline">{{.instance.ContactAccount.Username}}</a><br> + </div> + <div id="email"> + Email: <a href="mailto:{{.instance.Email}}" class="nounderline">{{.instance.Email}}</a><br> </div> </footer> </body> |
