mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-01-17 13:38:20 +01:00
Add a canonical tag with full URL
This commit is contained in:
parent
3b9ee670a2
commit
521e650b80
@ -25,6 +25,8 @@
|
||||
<meta name="msapplication-TileColor" content="{{ $themeGreens }}" />
|
||||
<meta name="msapplication-TileImage" content="{{ asset('/img/favicon.png') }}" />
|
||||
|
||||
<link href="{{ Request::fullUrl() }}" rel="canonical">
|
||||
|
||||
@if (isset($favicon))
|
||||
<link rel="icon" href="{{ asset("/img/{$favicon}.ico") }}" type="image/x-icon">
|
||||
<link rel="shortcut icon" href="{{ asset("/img/{$favicon}.png") }}" type="image/png">
|
||||
|
Loading…
x
Reference in New Issue
Block a user