Skip to content

Commit 382292d

Browse files
committed
Corrected favicons in new-css branch. Fixes #131 - new-css branch: each site needs its own favicon
1 parent 256954f commit 382292d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/jquery/header.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
<meta name="viewport" content="width=device-width">
3838

39-
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/images/favicon.ico">
39+
<link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri(); ?>/i/favicon.ico">
4040

4141
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/css/base.css?v=1">
4242
<link rel="stylesheet" href="<?php bloginfo( 'stylesheet_url' ); ?>">

0 commit comments

Comments
 (0)