We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2415ecc commit fa3aa57Copy full SHA for fa3aa57
templates/base.html
@@ -7,9 +7,9 @@
7
{% block pagetitle %}<title>StrayTech</title>{% endblock pagetitle %}
8
9
<!-- CSS -->
10
- <link rel="stylesheet" href="/css/pico.sand.min.css" />
11
- <link rel="stylesheet" href="/css/pico.colors.min.css" />
12
- <link rel="stylesheet" href="/css/styles.css" />
+ <link rel="stylesheet" href="{{ get_url(path='css/pico.sand.min.css', trailing_slash=false, cachebust=true) | safe }}" />
+ <link rel="stylesheet" href="{{ get_url(path='css/pico.colors.min.css', trailing_slash=false, cachebust=true) | safe }}" />
+ <link rel="stylesheet" href="{{ get_url(path='css/styles.css', trailing_slash=false, cachebust=true) | safe }}" />
13
14
<!-- Scripts -->
15
<script
0 commit comments