Skip to content

Commit

Permalink
setup css cachebusting
Browse files Browse the repository at this point in the history
  • Loading branch information
furtidev committed Nov 8, 2024
1 parent 2415ecc commit fa3aa57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
{% block pagetitle %}<title>StrayTech</title>{% endblock pagetitle %}

<!-- CSS -->
<link rel="stylesheet" href="/css/pico.sand.min.css" />
<link rel="stylesheet" href="/css/pico.colors.min.css" />
<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 }}" />

<!-- Scripts -->
<script
Expand Down

0 comments on commit fa3aa57

Please sign in to comment.