X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/b42b07179fb95b0ffdc370a0e8fa1136b97be364..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 6c6137e17..47a4d870a 100644 --- a/resources/views/pages/export.blade.php +++ b/resources/views/pages/export.blade.php @@ -1,31 +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])
+
+