mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Fixes #811
This commit is contained in:
parent
ea2a6f9e3e
commit
be6dab2d4f
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
@extends('layouts.app',['title' => $user->username . " posted a photo: " . $status->likes_count . " likes, " . $status->comments_count . " comments" ])
|
||||
@extends('layouts.app',['title' => "A post by " . $user->username])
|
||||
|
||||
@section('content')
|
||||
<noscript>
|
||||
|
@ -18,6 +18,7 @@
|
|||
<meta property="og:description" content="{{ $status->caption }}">
|
||||
<meta property="og:image" content="{{$status->mediaUrl()}}">
|
||||
<link href='{{$status->url()}}' rel='alternate' type='application/activity+json'>
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
@endpush
|
||||
|
||||
@push('scripts')
|
||||
|
|
Loading…
Reference in a new issue