mirror of https://github.com/pixelfed/pixelfed
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
384 B
PHTML
17 lines
384 B
PHTML
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<remote-profile profile-id="{{$profile->id}}"></remote-profile>
|
|
@endsection
|
|
|
|
@push('meta')
|
|
<meta name="robots" content="noindex, noimageindex, nofollow, nosnippet, noarchive">
|
|
@endpush
|
|
|
|
@push('scripts')
|
|
<script type="text/javascript" src="{{mix('js/rempro.js')}}"></script>
|
|
<script type="text/javascript">
|
|
App.boot();
|
|
</script>
|
|
@endpush
|