From f092f19a65792226c7b79765d9e01c58ba15842d Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Thu, 14 Oct 2021 09:33:37 +0800 Subject: [PATCH] fix typo --- docs/content/doc/developers/guidelines-frontend.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/doc/developers/guidelines-frontend.md b/docs/content/doc/developers/guidelines-frontend.md index 55392bda67..a7881c1bd1 100644 --- a/docs/content/doc/developers/guidelines-frontend.md +++ b/docs/content/doc/developers/guidelines-frontend.md @@ -37,7 +37,7 @@ Guidelines specialized for Gitea: 4. jQuery events across different features should use their own namespaces. 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. 6. The backend can pass complex data to the frontend by using `ctx.PageData["myModuleData"] = map{}` -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). +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). ## Legacy Problems and Solutions -- 2.39.5