diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/template/maintenance.tmpl | 8 | ||||
-rw-r--r-- | web/template/page_footer.tmpl | 8 |
2 files changed, 6 insertions, 10 deletions
diff --git a/web/template/maintenance.tmpl b/web/template/maintenance.tmpl index 153130c53..5aedeaf5a 100644 --- a/web/template/maintenance.tmpl +++ b/web/template/maintenance.tmpl @@ -58,14 +58,12 @@ <ul class="nodot"> <li id="version"> <a - href="https://github.com/superseriousbusiness/gotosocial" + href="https://git.terinstock.com/gotosocial.git" class="nounderline" rel="nofollow noreferrer noopener" target="_blank" > - <span aria-hidden="true">🦥</span> - Source - GoToSocial - <span aria-hidden="true">🦥</span> + Source - GoToSocial {{ .instance.Version }} (fork) </a> </li> </ul> @@ -73,4 +71,4 @@ </footer> </div> </body> -</html>
\ No newline at end of file +</html> diff --git a/web/template/page_footer.tmpl b/web/template/page_footer.tmpl index a00f4dfde..23046ee03 100644 --- a/web/template/page_footer.tmpl +++ b/web/template/page_footer.tmpl @@ -30,14 +30,12 @@ </li> <li id="version"> <a - href="https://github.com/superseriousbusiness/gotosocial" + href="https://git.terinstock.com/gotosocial.git" class="nounderline" rel="nofollow noreferrer noopener" target="_blank" > - <span aria-hidden="true">🦥</span> - Source - GoToSocial {{ .instance.Version }} - <span aria-hidden="true">🦥</span> + Source - GoToSocial {{ .instance.Version }} (fork) </a> </li> {{- if .instance.ContactAccount }} @@ -64,4 +62,4 @@ {{- end }} </ul> </nav> -{{- end }}
\ No newline at end of file +{{- end }} |