correct css block counters

This commit is contained in:
2024-04-19 12:00:58 +03:00
parent 76e79852ef
commit ed1a9bcb7b
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
<?if (defined('TESTMODE') and TESTMODE == 1):?>
<link rel="stylesheet" href="<?php echo get_template_directory_uri();?>/style-test.css?ver=3">
<?else:?>
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=408">
<link rel="stylesheet" href="<?php echo get_stylesheet_uri();?>?ver=411">
<?endif?>
<link href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" rel="stylesheet">
<!--<link href="<?php echo get_stylesheet_directory_uri()?>/pub/fontawesome.css" rel="stylesheet">-->