forked from mirror/pixelfed
Update status.show view, align meta tags
This commit is contained in:
parent
d391deaf8a
commit
0e2a1591a3
|
@ -15,6 +15,7 @@
|
|||
@endsection
|
||||
|
||||
@push('meta')
|
||||
|
||||
<meta property="og:description" content="{{ $status->caption }}">
|
||||
<meta property="og:image" content="{{$status->mediaUrl()}}">
|
||||
<link href='{{$status->url()}}' rel='alternate' type='application/activity+json'>
|
||||
|
|
Loading…
Reference in New Issue