Skip to content

Commit

Permalink
Merge pull request #3517 from MarkoSulamagi/feature/add-canonical-tag
Browse files Browse the repository at this point in the history
Add a canonical tag with full URL to status page
  • Loading branch information
jbrooksuk committed Mar 26, 2019
2 parents 9517352 + 521e650 commit 5b411c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources/views/layout/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 5b411c1

Please sign in to comment.