1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-03-09 05:14:37 +00:00
pixelfed/resources/views/timeline/home.blade.php

13 lines
327 B
PHP
Raw Normal View History

@extends('layouts.app')
@section('content')
2019-03-09 22:25:38 -07:00
<timeline scope="home"></timeline>
@endsection
@push('scripts')
2019-02-10 22:49:23 -07:00
<script type="text/javascript" src="{{ mix('js/timeline.js') }}"></script>
2019-03-25 22:22:25 -06:00
<script type="text/javascript" src="{{ mix('js/compose.js') }}"></script>
2019-08-02 02:14:30 -06:00
<script type="text/javascript">window.App.boot()</script>
@endpush