Uppdatera 'README.md'

This commit is contained in:
David Svantesson 2020-01-20 07:00:23 +00:00
parent 54ebba37c4
commit c1b09404f7
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ parsePlantumlCodeBlocks("http://www.plantuml.com/plantuml,"language-plantuml")
</script>
```
Specifically for Gitea: Copy the javascript files to your `custom/public` folder. Then place the following code in `custom/footer.tmpl`:
Specifically for Gitea: Copy the javascript files to your `custom/public` folder. Then place the following code in `custom/templates/custom/footer.tmpl`:
```html
{{if .RequireHighlightJS}}
<script src="https://your-server.com/deflate.js"></script>