diff options
| author | 2025-01-27 05:24:31 -0800 | |
|---|---|---|
| committer | 2025-01-27 14:24:31 +0100 | |
| commit | 7b7fc528f14588b2a7b9dffd0ef75c1c466accd6 (patch) | |
| tree | b77d44d1d7602d46d362b1da209cc283e345b6ca /web/template/index.tmpl | |
| parent | [bugfix] Fix top-level posts with a mention being counted as replies when doi... (diff) | |
| download | gotosocial-7b7fc528f14588b2a7b9dffd0ef75c1c466accd6.tar.xz | |
[feature/frontend] Add login button to index page which reiterates info about clients (#3377)
* Add login button to index page which reiterates info about clients
* bit of CSS fiddling, move apps from front page to login info
* fix indentation
---------
Co-authored-by: tobi <tobi.smethurst@protonmail.com>
Diffstat (limited to 'web/template/index.tmpl')
| -rw-r--r-- | web/template/index.tmpl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/web/template/index.tmpl b/web/template/index.tmpl index 358bc081e..0adba1741 100644 --- a/web/template/index.tmpl +++ b/web/template/index.tmpl @@ -36,6 +36,5 @@ </section> {{- include "index_what_is_this.tmpl" . | indent 1 }} {{- include "index_register.tmpl" . | indent 1 }} - {{- include "index_apps.tmpl" . | indent 1 }} </main> {{- end }}
\ No newline at end of file |
