This commit is contained in:
Daniel Supernault 2019-02-28 23:38:48 -07:00
parent ea2a6f9e3e
commit be6dab2d4f
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 2 additions and 1 deletions

View File

@ -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')