X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3ac34b584930aad5625d29ca6c2e59b85e9d2ef8..refs/pull/2283/head:/resources/views/pages/export.blade.php diff --git a/resources/views/pages/export.blade.php b/resources/views/pages/export.blade.php index 8ed5b391a..47a4d870a 100644 --- a/resources/views/pages/export.blade.php +++ b/resources/views/pages/export.blade.php @@ -1,33 +1,51 @@ - + {{ $page->name }} - - @yield('head') + @include('partials.export-styles', ['format' => $format]) + + @if($format === 'pdf') + + @endif + + @include('partials.custom-head') -
-
-
-
- @include('pages.page-display') +
+
-
+ @include('pages.page-display') -
- @include('partials.entity-meta', ['entity' => $page]) -
+
-
+
+ @include('partials.entity-export-meta', ['entity' => $page])
+
+