fix: Changing the version in css to avoid caching.
This commit is contained in:
parent
cca3fb9901
commit
3d0af80de5
@ -13,7 +13,7 @@
|
|||||||
<!-- Include Favicon -->
|
<!-- Include Favicon -->
|
||||||
<?php echo Theme::favicon('img/favicon.png?v=0'); ?>
|
<?php echo Theme::favicon('img/favicon.png?v=0'); ?>
|
||||||
|
|
||||||
<?php echo Theme::css('css/style.css?v=0'); ?>
|
<?php echo Theme::css('css/style.css?v=1'); ?>
|
||||||
|
|
||||||
<!-- Load Bludit Plugins: Site head -->
|
<!-- Load Bludit Plugins: Site head -->
|
||||||
<?php Theme::plugins('siteHead'); ?>
|
<?php Theme::plugins('siteHead'); ?>
|
||||||
|
Loading…
Reference in New Issue
Block a user