diff options
| author | 2025-03-09 17:46:18 +0100 | |
|---|---|---|
| committer | 2025-12-01 22:07:41 +0100 | |
| commit | e4448e30daed0ffd82fe212a4c378a1725260900 (patch) | |
| tree | 43045ee90db8cb270857e11afdd90f6de80962a6 /web | |
| parent | [chore] Go back to using `name` for attachment alt text for now, add note in ... (diff) | |
| download | gotosocial-e4448e30daed0ffd82fe212a4c378a1725260900.tar.xz | |
[chore] update URLs to forked source
To satisfy the requirements of the AGPL v3 license used by GoToSocial, I
must update the URLs provided by the server to point at this forked
repository, and I must do so before making the server available over any
network.
Diffstat (limited to 'web')
| -rw-r--r-- | web/template/maintenance.tmpl | 8 | ||||
| -rw-r--r-- | web/template/page_footer.tmpl | 6 |
2 files changed, 6 insertions, 8 deletions
diff --git a/web/template/maintenance.tmpl b/web/template/maintenance.tmpl index d3fa5a271..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://codeberg.org/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 c205327fd..672ac19b9 100644 --- a/web/template/page_footer.tmpl +++ b/web/template/page_footer.tmpl @@ -30,13 +30,13 @@ </li> <li id="version"> <a - href="https://codeberg.org/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 }} + Source - GoToSocial {{ .instance.Version }} (fork) <span aria-hidden="true">🏳️⚧️🦥</span> </a> </li> @@ -64,4 +64,4 @@ {{- end }} </ul> </nav> -{{- end }}
\ No newline at end of file +{{- end }} |
