1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 01:36:43 +00:00
pixelfed/resources/views/stories/show_remote.blade.php
2021-10-19 22:07:57 -06:00

10 lines
277 B
PHP

@extends('layouts.blank')
@section('content')
<story-viewer pid="{{$pid}}" redirect-url="/"></story-viewer>
@endsection
@push('scripts')
<script type="text/javascript" src="/js/stories.js?v={{ time() }}"></script>
<script type="text/javascript">App.boot();</script>
@endpush