diff --git a/resources/views/layouts/partial/footer.blade.php b/resources/views/layouts/partial/footer.blade.php
index dfe3987d4..24e3fe322 100644
--- a/resources/views/layouts/partial/footer.blade.php
+++ b/resources/views/layouts/partial/footer.blade.php
@@ -1,3 +1,4 @@
+@if(config('instance.restricted.enabled') == false)
+ @endif
diff --git a/resources/views/layouts/partial/nav.blade.php b/resources/views/layouts/partial/nav.blade.php
index 1f246f188..b5537b469 100644
--- a/resources/views/layouts/partial/nav.blade.php
+++ b/resources/views/layouts/partial/nav.blade.php
@@ -1,107 +1,118 @@
-
diff --git a/resources/views/profile/show.blade.php b/resources/views/profile/show.blade.php
index ec78bf26d..61af9c128 100644
--- a/resources/views/profile/show.blade.php
+++ b/resources/views/profile/show.blade.php
@@ -11,6 +11,13 @@
@if($profile->website)
{{$profile->website}}
@endif
+
+
+
@endsection
@push('meta')
@@ -22,20 +29,7 @@
@endif
@endpush
-@push('styles')
-
-@endpush
+@push('scripts')
+
-@push('scripts')
-
-
-
@endpush
diff --git a/resources/views/status/show.blade.php b/resources/views/status/show.blade.php
index a68839d51..73bf82309 100644
--- a/resources/views/status/show.blade.php
+++ b/resources/views/status/show.blade.php
@@ -2,10 +2,8 @@
@section('content')