mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update profile view, fix rel=me
This commit is contained in:
parent
7d252ea91c
commit
00c47be203
1 changed files with 3 additions and 1 deletions
|
@ -8,7 +8,9 @@
|
|||
@endif
|
||||
|
||||
<profile profile-id="{{$profile->id}}" :profile-settings="{{json_encode($settings)}}"></profile>
|
||||
|
||||
@if($profile->website)
|
||||
<a class="d-none" href="{{$profile->website}}" rel="me">{{$profile->website}}</a>
|
||||
@endif
|
||||
@endsection
|
||||
|
||||
@push('meta')<meta property="og:description" content="{{$profile->bio}}">
|
||||
|
|
Loading…
Reference in a new issue