]> BookStack Code Mirror - bookstack/blobdiff - resources/views/public.blade.php
Added initial translation into German (formal)
[bookstack] / resources / views / public.blade.php
index 542d5c8679add17afe29e4070f456616fc21cbf8..16aebe2bb74fcede0efea22af753c41ec920b46b 100644 (file)
     <!-- Scripts -->
     <script src="{{ baseUrl("/libs/jquery/jquery.min.js?version=2.1.4") }}"></script>
     @include('partials/custom-styles')
+
+    <!-- Custom user content -->
+    @if(setting('app-custom-head'))
+        {!! setting('app-custom-head') !!}
+    @endif
 </head>
 <body class="@yield('body-class')" ng-app="bookStack">