Browse Source

No trailing slash for assets

master
Vincent Prouillet 6 years ago
parent
commit
c556349e7f
  1. 2
      templates/index.html

2
templates/index.html

@ -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…
Cancel
Save