️ feat: add cachebust for main.css

This commit is contained in:
welpo
2023-08-09 18:53:45 +02:00
parent 9ad08838c7
commit 2f83ef8062

View File

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