Skip to content

Commit

Permalink
Fix bug #47
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 1, 2022
1 parent f6e592a commit b7cdaf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/post.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
@if($title) <meta property="og:title" content="{{ $title }}"> @endif
@if($date) <meta property="og:article:published_time" content="{{ $date }}"> @endif
@if(Hyde::uriPath())
<meta property="og:url" content="{{ Hyde::uriPath($post->slug) }}">
<meta property="og:url" content="{{ Hyde::uriPath('posts/' . $post->slug) }}">
@endif

@endpush
Expand Down

0 comments on commit b7cdaf6

Please sign in to comment.