Skip to content

Commit

Permalink
Remove favicon (you should always use Customizer)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roni Laukkarinen committed Feb 15, 2018
1 parent 163ac02 commit 67fd88e
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -5,7 +5,7 @@
* @package air
*/

define( 'AIR_VERSION', '3.6.3' );
define( 'AIR_VERSION', '3.6.4' );

/**
* Requires.
Expand Down
1 change: 0 additions & 1 deletion header.php
Expand Up @@ -16,7 +16,6 @@
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11">
<link rel="icon" type="image/png" href="<?php echo esc_url( get_template_directory_uri() ); ?>/images/favicon.png">

<?php wp_head(); ?>
</head>
Expand Down
Binary file removed images/favicon.png
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "air",
"version": "3.6.3",
"version": "3.6.4",
"description": "A minimalist WordPress starter theme.",
"author": "Digitoimisto Dude Oy (moro@dude.fi)",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://github.com/digitoimistodude/air
Author: Digitoimisto Dude Oy
Author URI: https://www.dude.fi
Description: A minimalist WordPress starter theme.
Version: 3.6.3
Version: 3.6.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: air
Expand Down

0 comments on commit 67fd88e

Please sign in to comment.