No trailing slash for assets

This commit is contained in:
Vincent Prouillet 2018-01-25 23:41:00 +01:00
parent 6328e50105
commit c556349e7f

View file

@ -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 %}