Skip to content

Commit

Permalink
feat: add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Apr 3, 2020
1 parent 70def15 commit bafaa6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/partials/head.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>(function(html){html.className = html.className.replace(/\bno-js\b/,'js')})(document.documentElement);</script>
<link rel="shortcut icon" href="{{ App\asset_path('images/favicon.png') }}" type="image/png">
<link rel="shortcut icon" href="{{ App\asset_path('images/favicon.svg') }}" type="image/svg+xml">
@php wp_head() @endphp
</head>

0 comments on commit bafaa6d

Please sign in to comment.