X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cfdf5b93d98c0b317b362fba0f0d40b5b3eec09e..refs/pull/2298/head:/resources/views/chapters/export.blade.php diff --git a/resources/views/chapters/export.blade.php b/resources/views/chapters/export.blade.php index 2c15fbd57..506e8db3d 100644 --- a/resources/views/chapters/export.blade.php +++ b/resources/views/chapters/export.blade.php @@ -1,13 +1,12 @@ - + {{ $chapter->name }} + @include('partials.export-styles', ['format' => $format]) + - @yield('head') + @include('partials.custom-head') -
-
-
-
- -

{{$chapter->name}}

- -

{{ $chapter->description }}

- - @if(count($pages) > 0) - - @endif - - @foreach($pages as $page) -
-

{{ $page->name }}

- {!! $page->html !!} - @endforeach - -
-
-
+ +
+ +

{{$chapter->name}}

+ +

{{ $chapter->description }}

+ + @if(count($pages) > 0) + + @endif + + @foreach($pages as $page) +
+

{{ $page->name }}

+ {!! $page->html !!} + @endforeach +
+