[feature] Add "what is this" section to index template (#2680)

This commit is contained in:
tobi 2024-02-23 16:08:32 +01:00 committed by GitHub
commit 37a39b98ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 89 additions and 18 deletions

View file

@ -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 }}