From f6da697e2a669598e487af604cf7a485e7f5d6c3 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 21 Sep 2026 06:32:09 -0600 Subject: [PATCH] Update profile view, show website link for verfication purposes --- resources/views/profile/show.blade.php | 56 ++++++++++++++------------ 1 file changed, 30 insertions(+), 26 deletions(-) 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