mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
692 B
PHTML
18 lines
692 B
PHTML
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<div class="mt-md-4"></div>
|
|
<remote-post status-template="{{$status->viewType()}}" status-id="{{$status->id}}" status-username="{{$status->profile->username}}" status-url="{{$status->url()}}" status-profile-url="{{$status->profile->url()}}" status-avatar="{{$status->profile->avatarUrl()}}" status-profile-id="{{$status->profile_id}}" profile-layout="metro"></remote-post>
|
|
|
|
|
|
@endsection
|
|
|
|
@push('meta')
|
|
<meta name="robots" content="noindex, noimageindex, nofollow, nosnippet, noarchive">
|
|
@endpush
|
|
|
|
@push('scripts')
|
|
<script type="text/javascript" src="{{ mix('js/rempos.js') }}"></script>
|
|
<script type="text/javascript">App.boot()</script>
|
|
@endpush
|