Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Forgot to add this back in!
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrehaut committed Sep 6, 2017
1 parent 990ff78 commit 603728b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/enqueue-scripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ function favicons_head() { ?>
<meta name="theme-color" content="#1e1e1e">
<?php }
add_action( 'wp_head', 'favicons_head' );
add_action('login_head', 'favicons_head');
add_action('admin_head', 'favicons_head');

/**
* Add Google Analyrics to head
Expand Down

0 comments on commit 603728b

Please sign in to comment.