projects
/
WP-Themes
/
ChippewaCounty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07e77ae
)
Replaced favicon reference to png, not ico
author
Laury GvR
<laury@gaslightmedia.com>
Thu, 7 Jul 2016 18:10:43 +0000
(14:10 -0400)
committer
Laury GvR
<laury@gaslightmedia.com>
Thu, 7 Jul 2016 18:10:43 +0000
(14:10 -0400)
header.php
patch
|
blob
|
history
diff --git
a/header.php
b/header.php
index
fc78b42
..
1df9320
100644
(file)
--- a/
header.php
+++ b/
header.php
@@
-6,7
+6,7
@@
<title>Chippewa County EDC</title>
<title><?php wp_title(); ?></title>
<?php wp_head();?>
- <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.
ico
">
+ <link rel="shortcut icon" href="<?php bloginfo('template_url'); ?>/assets/favicon.
png
">
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
</head>
<body>