mirror of
https://github.com/cachethq/cachet.git
synced 2026-03-03 02:57:01 +00:00
Add a canonical tag with full URL
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user