Skip to content

Commit

Permalink
Add a missing "asset" call
Browse files Browse the repository at this point in the history
  • Loading branch information
nalysius committed Jun 19, 2019
1 parent c521763 commit 67b43ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layout/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<meta property="og:type" content="website">
<meta property="og:title" content="@yield('title', $siteTitle)">
<meta property="og:image" content="/img/favicon.png">
<meta property="og:image" content=" {{ asset('/img/favicon.png') }}">
<meta property="og:description" content="@yield('description', trans('cachet.meta.description.overview', ['app' => $appName]))">

<!-- Mobile IE allows us to activate ClearType technology for smoothing fonts for easy reading -->
Expand Down

0 comments on commit 67b43ed

Please sign in to comment.