fix: version css

This commit is contained in:
Kazhnuz Klappsthul 2023-10-09 14:11:27 +02:00
parent d278bad6d5
commit e08c813feb
1 changed files with 2 additions and 2 deletions

View File

@ -15,11 +15,11 @@
<link rel="shortcut icon" href="<?php echo get_template_directory_uri();?>/img/favicon.png">
<!-- Dépendances -->
<link href="<?php echo get_template_directory_uri() . "/dep/iconfont/style.css"; ?>" rel="stylesheet"/>
<link href="<?php echo get_template_directory_uri() . "/dep/iconfont/style.css?f43dse"; ?>" rel="stylesheet"/>
<link href="<?php echo get_template_directory_uri() . "/dep/viewerjs/viewer.min.css"; ?>" rel="stylesheet"/>
<!-- CSS -->
<link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet"/>
<link href="<?php bloginfo('stylesheet_url'); ?>?f43dse" rel="stylesheet"/>
<!-- Viewer -->
<script src="<?php echo get_template_directory_uri();?>/dep/viewerjs/viewer.min.js"></script>