1
0
Fork 0

[FIX] blog htmlhead missed the favicon attributes

This commit is contained in:
Jannik Beyerstedt 2016-10-15 20:33:58 +02:00
parent efcbebba2a
commit 19637ebb2e
2 changed files with 18 additions and 2 deletions

View file

@ -37,9 +37,9 @@ if( $page->isHomePage() ) {
<!-- Google web fonts -->
<link href='https://fonts.googleapis.com/css?family=Alegreya+Sans:400,100,300,400italic,500,500italic,700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Crimson+Text:400,700' rel='stylesheet' type='text/css'>
<?php echo css('assets/fonts/boon_logo.css') ?>
<link rel="apple-touch-icon" sizes="180x180" href="<?php echo url('/assets/favicons/apple-touch-icon-180x180.png')?>">
<link rel="mask-icon" href="<?php echo url('/assets/favicons/safari-pinned-tab.svg')?>" color="#5bbad5">
<link rel="icon" type="image/png" href="<?php echo url('/assets/favicons/favicon-32x32.png')?>" sizes="32x32">