Skip to content

Commit

Permalink
⚡️ feat: add cachebust for main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Aug 9, 2023
1 parent 9ad0883 commit 2f83ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<link rel="stylesheet" href={{ get_url(path="inter_subset_es.css" ) }}>
{% endif %}

<link rel="stylesheet" type="text/css" media="screen" href={{ get_url(path="main.css" ) }} />
<link rel="stylesheet" type="text/css" media="screen" href={{ get_url(path="main.css", cachebust=true ) }} />

{% if config.extra.stylesheets %}
{% for stylesheet in config.extra.stylesheets %}
Expand Down

0 comments on commit 2f83ef8

Please sign in to comment.