mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Cache bust the favicon
This commit is contained in:
parent
2bea7127bb
commit
b294a9a34e
1 changed files with 3 additions and 3 deletions
|
@ -27,9 +27,9 @@
|
||||||
<meta name="twitter:description" content="{{ env('APP_DESC') }}" />
|
<meta name="twitter:description" content="{{ env('APP_DESC') }}" />
|
||||||
<meta name="twitter:image" content="{{ asset('/img/logo.png') }}" />
|
<meta name="twitter:image" content="{{ asset('/img/logo.png') }}" />
|
||||||
|
|
||||||
<link rel="shortcut icon" href="{{ URL::to('/') }}/favicon.ico" />
|
<link rel="shortcut icon" href="{{ URL::to('/') }}/favicon.ico?version={{ env('CACHE_BUST') }}" />
|
||||||
<link rel="icon" href="{{ URL::to('/') }}/favicon.ico" type="image/x-icon" />
|
<link rel="icon" href="{{ URL::to('/') }}/favicon.ico?version={{ env('CACHE_BUST') }}" type="image/x-icon" />
|
||||||
<link rel="icon" href="{{ URL::to('/') }}/favicon.png" type="image/png" />
|
<link rel="icon" href="{{ URL::to('/') }}/favicon.png?version={{ env('CACHE_BUST') }}" type="image/png" />
|
||||||
<link rel="canonical" href="{{ Request::url() }}" />
|
<link rel="canonical" href="{{ Request::url() }}" />
|
||||||
|
|
||||||
@yield('page-includes')
|
@yield('page-includes')
|
||||||
|
|
Loading…
Reference in a new issue