template/wordpress/header.php in edge_framework-0.8.1 vs template/wordpress/header.php in edge_framework-0.9.0
- old
+ new
@@ -5,15 +5,15 @@
<meta name="viewport" content="width=device-width" />
<title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
<meta name="description" content="<?php bloginfo('description'); ?>" />
<!-- FAVICON -->
- <link rel="icon" type="image/png" href="<?php img(); ?>/favicon.ico">
+ <link rel="icon" type="image/png" href="<?php img(); ?>/favicon.png">
<link rel="apple-touch-icon-precomposed" href="<?php img(); ?>/favicon-big.png" />
<!-- VENDOR -->
<script type="text/javascript" src="<?php js(); ?>/vendor/custom.modernizr.js"></script>
- <link rel="stylesheet" href="<?php css(); ?>/edge-framework.css">
+ <link rel="stylesheet" href="<?php css(); ?>/framework.css">
<!-- APP Specific -->
<link rel="stylesheet" href="<?php css(); ?>/app.css">
</head>
<body>
\ No newline at end of file