️ feat: add `cachebust` for `main.css`

main
welpo 2 years ago
parent 9ad08838c7
commit 2f83ef8062
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -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 %}

Loading…
Cancel
Save