From 3d312ad1abb9d9b65aeb148c8fd15a24bb03d461 Mon Sep 17 00:00:00 2001 From: wxiaoguang Date: Thu, 14 Oct 2021 09:29:40 +0800 Subject: [PATCH] Update docs/content/doc/developers/guidelines-frontend.md Co-authored-by: Lunny Xiao --- 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 c7daf4ced3..55392bda67 100644 --- a/docs/content/doc/developers/guidelines-frontend.md +++ b/docs/content/doc/developers/guidelines-frontend.md @@ -23,7 +23,7 @@ menu: Gitea uses [Less CSS](https://lesscss.org), [Fomantic-UI](https://fomantic-ui.com/introduction/getting-started.html) (based on [jQuery](https://api.jquery.com)) and [Vue2](https://vuejs.org/v2/guide/) for its frontend. -The HTML pages are rendered by [Go Text Template](https://pkg.go.dev/text/template) +The HTML pages are rendered by [Go HTML Template](https://pkg.go.dev/html/template) ## General Guidelines