X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/86f56dd22b09c1cfc79518e9c416c4dba88ed2e1..refs/pull/2336/head:/resources/views/pages/export.blade.php diff --git a/resources/views/pages/export.blade.php b/resources/views/pages/export.blade.php index 970db3c2f..47a4d870a 100644 --- a/resources/views/pages/export.blade.php +++ b/resources/views/pages/export.blade.php @@ -1,15 +1,34 @@ - + {{ $page->name }} - - @yield('head') + @include('partials.export-styles', ['format' => $format]) + + @if($format === 'pdf') + + @endif + @include('partials.custom-head')