⚡️ feat: add cachebust
for main.css
This commit is contained in:
parent
9ad08838c7
commit
2f83ef8062
@ -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…
x
Reference in New Issue
Block a user