Merge pull request #979 from pixelfed/frontend-ui-refactor

Update profile view
pull/1005/head
daniel 7 years ago committed by GitHub
commit 420dcb0f77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,14 +7,14 @@
</div>
@endif
<profile profile-id="{{$profile->id}}"></profile>
<profile profile-id="{{$profile->id}}" :profile-settings="{{json_encode($settings)}}"></profile>
@endsection
@push('meta')<meta property="og:description" content="{{$profile->bio}}">
<meta property="og:image" content="{{$profile->avatarUrl()}}">
<link href="{{$profile->permalink('.atom')}}" rel="alternate" title="{{$profile->username}} on PixelFed" type="application/atom+xml">
@if(false == $settings->crawlable || $profile->remote_url)
@if(false == $settings['crawlable'] || $profile->remote_url)
<meta name="robots" content="noindex, nofollow">
@endif
@endpush

Loading…
Cancel
Save