diff options
| author | 2024-02-23 16:08:32 +0100 | |
|---|---|---|
| committer | 2024-02-23 15:08:32 +0000 | |
| commit | 37a39b98ce136c7ec53ce06e03b285f3fb33ccb5 (patch) | |
| tree | 92ca8e3db803bb0ad31cc01fcc241f68021418fd /web/template/index.tmpl | |
| parent | [chore] Rename frontend.tmpl to settings.tmpl, remove unused "lightgray" clas... (diff) | |
| download | gotosocial-37a39b98ce136c7ec53ce06e03b285f3fb33ccb5.tar.xz | |
[feature] Add "what is this" section to index template (#2680)
Diffstat (limited to 'web/template/index.tmpl')
| -rw-r--r-- | web/template/index.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/template/index.tmpl b/web/template/index.tmpl index 7e7b7118e..80245fe5a 100644 --- a/web/template/index.tmpl +++ b/web/template/index.tmpl @@ -34,6 +34,7 @@ <a href="/about">See more details</a> </div> </section> + {{- include "index_what_is_this.tmpl" . | indent 1 }} {{- include "index_apps.tmpl" . | indent 1 }} </main> {{- end }}
\ No newline at end of file |
