1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-07 23:03:00 +03:00

Added custom head content into public pages

Closes #211
This commit is contained in:
Dan Brown
2016-10-30 11:44:31 +00:00
parent 8b43b91057
commit c4eed37d8e
3 changed files with 7 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
<!-- 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">