forked from mirror/pixelfed
Update profile view, add layout prop
This commit is contained in:
parent
bcc9c6916a
commit
bdcdb7b249
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<profile profile-id="{{$profile->id}}" :profile-settings="{{json_encode($settings)}}"></profile>
|
<profile profile-id="{{$profile->id}}" :profile-settings="{{json_encode($settings)}}" profile-layout="{{$profile->profile_layout ?? 'metro'}}"></profile>
|
||||||
@if($profile->website)
|
@if($profile->website)
|
||||||
<a class="d-none" href="{{$profile->website}}" rel="me">{{$profile->website}}</a>
|
<a class="d-none" href="{{$profile->website}}" rel="me">{{$profile->website}}</a>
|
||||||
@endif
|
@endif
|
||||||
|
|
Loading…
Reference in a new issue