forked from deepStateMirrors/tabi
⚡️ feat: add cachebust
for main.css
This commit is contained in:
parent
9ad08838c7
commit
2f83ef8062
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue