Skip to content

Commit f092f19

Browse files
committed
fix typo
1 parent 3d312ad commit f092f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/doc/developers/guidelines-frontend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Guidelines specialized for Gitea:
3737
4. jQuery events across different features should use their own namespaces.
3838
5. CSS styling for classes provided by frameworks should not be overwritten. Always use new class-names to overwrite framework styles. We recommend to use the `us-` prefix for user defined styles.
3939
6. The backend can pass complex data to the frontend by using `ctx.PageData["myModuleData"] = map{}`
40-
7. Simple pages and SEO-related pages use Go Text Template render to generate static Fomantic-UI HTML output. Complex pages can use Vue2 (or Vue3 in future).
40+
7. Simple pages and SEO-related pages use Go HTML Template render to generate static Fomantic-UI HTML output. Complex pages can use Vue2 (or Vue3 in future).
4141

4242
## Legacy Problems and Solutions
4343

0 commit comments

Comments
 (0)