diff --git a/doc/advanced/customizing-gitea.en-us.md b/doc/advanced/customizing-gitea.en-us.md
index 1a8386fc..ef798ddb 100644
--- a/doc/advanced/customizing-gitea.en-us.md
+++ b/doc/advanced/customizing-gitea.en-us.md
@@ -132,15 +132,18 @@ copy javascript files from https://gitea.com/davidsvantesson/plantuml-code-highl
`$GITEA_CUSTOM/public` folder. Then add the following to `custom/footer.tmpl`:
```html
-{{if .RequireHighlightJS}}
-
-
-
-{{end}}
```
You can then add blocks like the following to your markdown: