]> BookStack Code Mirror - bookstack/blobdiff - resources/views/base.blade.php
Updated the Swedish language files
[bookstack] / resources / views / base.blade.php
index bc139e17fa8c389f07ea79373c3ea893d52f29f3..367a2cd8b9ba69536d985dc85cbf1a14681c7395 100644 (file)
@@ -20,6 +20,7 @@
     @include('partials.custom-styles')
     @include('partials.custom-head')
 
+    @stack('head')
 </head>
 <body class="@yield('body-class')">
 
@@ -30,7 +31,7 @@
         @yield('content')
     </section>
 
-    <div back-to-top>
+    <div back-to-top class="primary-background">
         <div class="inner">
             @icon('chevron-up') <span>{{ trans('common.back_to_top') }}</span>
         </div>