Skip to content

Commit

Permalink
add version to css to fix cacheing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
evanwill committed Jun 5, 2024
1 parent 467c60f commit 4801cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<link rel="shortcut icon" href="{{ 'favicon.ico' | relative_url }}" type="image/x-icon">

<link rel="stylesheet" href="{{ '/assets/css/just-the-docs-default.css' | relative_url }}">
<link rel="stylesheet" href="{{ '/assets/css/just-the-docs-default.css?v=24.06' | relative_url }}">

{% if site.ga_tracking != nil %}
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.ga_tracking }}"></script>
Expand Down

0 comments on commit 4801cb3

Please sign in to comment.