mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update status.show view, align meta tags
This commit is contained in:
parent
d391deaf8a
commit
0e2a1591a3
1 changed files with 5 additions and 4 deletions
|
@ -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 a new issue