From 00c47be20366a27ebac7850eecdc35b019d68703 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Thu, 11 Apr 2019 14:17:18 -0600 Subject: [PATCH] Update profile view, fix rel=me --- resources/views/profile/show.blade.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php index 82c6ae667..c995adf93 100644 --- a/resources/views/profile/show.blade.php +++ b/resources/views/profile/show.blade.php @@ -8,7 +8,9 @@ @endif - +@if($profile->website) +{{$profile->website}} +@endif @endsection @push('meta')