fix: Changing the version in css to avoid caching.

This commit is contained in:
sergiotarxz 2020-10-22 19:06:47 +02:00
parent cca3fb9901
commit 3d0af80de5
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<!-- Include Favicon -->
<?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 -->
<?php Theme::plugins('siteHead'); ?>