Skip to content

Commit

Permalink
Trying to fix GitPages build.
Browse files Browse the repository at this point in the history
  • Loading branch information
nigini committed Aug 24, 2024
1 parent 7ed7d72 commit d255815
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ 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 @@ -198,6 +199,7 @@ 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 d255815

Please sign in to comment.