From 671df839e469697a0323ed8265682179198e9686 Mon Sep 17 00:00:00 2001 From: Nigini Oliveira Date: Wed, 4 Sep 2024 21:34:19 -0700 Subject: [PATCH] Revert "Trying to fix GitPages build." This reverts commit d25581574e2f911c4b79610ecd751a5d5b9a9254. --- docs/user_guide.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/user_guide.md b/docs/user_guide.md index 2ba598dc..382f48d6 100644 --- a/docs/user_guide.md +++ b/docs/user_guide.md @@ -188,7 +188,6 @@ Moreover, `utils.html` has scoped blocks around the body of every macro. This allows macros to be overridden individually in `data/templates/utils.html`, without copying the whole file. For example, to only override the display of a specific actor's name/icon, you can create `data/templates/utils.html` file with following content: -{% raw %} ```jinja {% extends "app/utils.html" %} {% block display_actor %} @@ -199,7 +198,6 @@ For example, to only override the display of a specific actor's name/icon, you c {% endif %} {% endblock %} ``` -{% endraw %} #### Custom Content Security Policy (CSP)