Skip to content

Commit

Permalink
bump bornhack.css url version
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Oct 9, 2024
1 parent 13f0aa9 commit 68a3198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<link href="{% static 'vendor/fontawesome/css/v5-font-face.min.css' %}" rel="stylesheet" />

<!-- Custom styles for this template -->
<link href="{% static 'css/bornhack.css' %}" rel="stylesheet">
<link href="{% static 'css/bornhack.css' %}?v=2" rel="stylesheet">

<!-- jQuery -->
<script src="{% static 'vendor/jquery/jquery-3.7.1.min.js' %}"></script>
Expand Down

0 comments on commit 68a3198

Please sign in to comment.