diff --git a/_posts/2024-06-29-Adding-the-canonical-tag-to-Gitea-to-prevent-duplicate-spam.md b/_posts/2024-06-29-Adding-the-canonical-tag-to-Gitea-to-prevent-duplicate-spam.md index 8988469..ac3c45b 100644 --- a/_posts/2024-06-29-Adding-the-canonical-tag-to-Gitea-to-prevent-duplicate-spam.md +++ b/_posts/2024-06-29-Adding-the-canonical-tag-to-Gitea-to-prevent-duplicate-spam.md @@ -24,7 +24,9 @@ To fix this, 3. Modify `head.tmpl`: Add this line somewhere in the `
` section: ```html +{% raw %} +{% endraw %} ``` 4. Restart the gitea service