fix:correction favicon
This commit is contained in:
parent
4913be790d
commit
c72318ccd3
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
<?php wp_head(); ?>
|
||||
<?php include(TEMPLATEPATH . '/components/opengraph.php'); ?>
|
||||
<link rel="shortcut icon" href="<?php echo get_template_directory_uri();?>/img/iconvicon.png">
|
||||
<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"/>
|
||||
|
|
Reference in a new issue