diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index ec78bf26..61af9c12 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -11,6 +11,13 @@ @if($profile->website) {{$profile->website}} @endif + + + @endsection @push('meta') @@ -22,20 +29,7 @@ @endif @endpush -@push('styles') - -@endpush +@push('scripts') + -@push('scripts') - - - @endpush diff --git a/resources/views/status/show.blade.php b/resources/views/status/show.blade.php index a68839d5..73bf8230 100644 --- a/resources/views/status/show.blade.php +++ b/resources/views/status/show.blade.php @@ -2,10 +2,8 @@ @section('content')