forked from mirror/pixelfed
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')
|
@section('content')
|
||||||
<noscript>
|
<noscript>
|
||||||
|
@ -18,6 +18,7 @@
|
||||||
<meta property="og:description" content="{{ $status->caption }}">
|
<meta property="og:description" content="{{ $status->caption }}">
|
||||||
<meta property="og:image" content="{{$status->mediaUrl()}}">
|
<meta property="og:image" content="{{$status->mediaUrl()}}">
|
||||||
<link href='{{$status->url()}}' rel='alternate' type='application/activity+json'>
|
<link href='{{$status->url()}}' rel='alternate' type='application/activity+json'>
|
||||||
|
<meta name="twitter:card" content="summary_large_image">
|
||||||
@endpush
|
@endpush
|
||||||
|
|
||||||
@push('scripts')
|
@push('scripts')
|
||||||
|
|
Loading…
Reference in a new issue