No trailing slash for assets
This commit is contained in:
parent
6328e50105
commit
c556349e7f
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% block css %}
|
||||
<link rel="stylesheet" href="{{ get_url(path="site.css") }}">
|
||||
<link rel="stylesheet" href="{{ get_url(path="site.css", trailing_slash=false) }}">
|
||||
{% endblock css %}
|
||||
|
||||
{% block extra_head %}
|
||||
|
|
Loading…
Reference in a new issue