Skip to content

Commit

Permalink
Revert "Trying to fix GitPages build."
Browse files Browse the repository at this point in the history
This reverts commit d255815.
  • Loading branch information
nigini committed Sep 5, 2024
1 parent 05cbf78 commit 671df83
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}
Expand All @@ -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)

Expand Down

0 comments on commit 671df83

Please sign in to comment.