mirror of https://github.com/pixelfed/pixelfed
commit
4ec357bfd0
@ -0,0 +1,10 @@
|
|||||||
|
@extends('layouts.blank')
|
||||||
|
|
||||||
|
@section('content')
|
||||||
|
<story-viewer pid="{{$pid}}" redirect-url="/"></story-viewer>
|
||||||
|
@endsection
|
||||||
|
|
||||||
|
@push('scripts')
|
||||||
|
<script type="text/javascript" src="{{mix('js/stories.js')}}"></script>
|
||||||
|
<script type="text/javascript">App.boot();</script>
|
||||||
|
@endpush
|
Loading…
Reference in New Issue