[FIX] blog htmlhead missed the favicon attributes
This commit is contained in:
parent
efcbebba2a
commit
19637ebb2e
2 changed files with 18 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue