diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php
index 3dec89a81..fe743bd42 100644
--- a/resources/views/profile/show.blade.php
+++ b/resources/views/profile/show.blade.php
@@ -1,7 +1,7 @@
@extends('layouts.app', [
- 'title' => $profile->name . ' (@' . $acct . ') - Pixelfed',
- 'ogTitle' => $profile->name . ' (@' . $acct . ')',
- 'ogType' => 'profile'
+'title' => $profile->name . ' (@' . $acct . ') - Pixelfed',
+'ogTitle' => $profile->name . ' (@' . $acct . ')',
+'ogType' => 'profile'
])
@php
@@ -11,38 +11,42 @@ $metaDescription = $profile->followers_count > 100 ? \App\Services\AccountServic
@section('content')
@if (session('error'))
-
- {{ session('error') }}
-
+
+ {{ session('error') }}
+
@endif
@endsection
-@push('meta')@if($profile->followers_count > 100)
-
-
-
- @endif
-
-
-
-
-
-
- @if($profile->website && $profile->followers_count > 100)
+@push('meta')@if($profile->followers_count > 100)
+
+
+
+
+@endif
+
+
+
+
+
+
+@if($profile->website)
+
@endif
- @if(false == $settings['crawlable'] || $profile->remote_url || $profile->followers_count < 100)@endif
-@endpush
+@if(false == $settings['crawlable'] || $profile->remote_url || $profile->followers_count < 100)@endif
+ @endpush
-@push('scripts')
-
+ @push('scripts')
+
-@endpush
+ @endpush