feat: favicon
This commit is contained in:
parent
8d1cb11b08
commit
cb638b5823
3 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<?php wp_head(); ?>
|
<?php wp_head(); ?>
|
||||||
<?php include(TEMPLATEPATH . '/components/opengraph.php'); ?>
|
<?php include(TEMPLATEPATH . '/components/opengraph.php'); ?>
|
||||||
<link rel="shortcut icon" href="img/favicon.png">
|
<link rel="shortcut icon" href="<?php echo get_template_directory_uri();?>/img/favicon.png">
|
||||||
|
|
||||||
<!-- framework utilisés -->
|
<!-- framework utilisés -->
|
||||||
<link href="<?php echo get_template_directory_uri() . "/dep/fork-awesome/css/fork-awesome.min.css"; ?>" rel="stylesheet"/>
|
<link href="<?php echo get_template_directory_uri() . "/dep/fork-awesome/css/fork-awesome.min.css"; ?>" rel="stylesheet"/>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 251 B |
BIN
img/favicon.png
Normal file
BIN
img/favicon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.8 KiB |
Reference in a new issue