X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/cd6572b61af2165133468d2562d04dffdca8fca8..refs/pull/2166/head:/resources/views/pages/export.blade.php diff --git a/resources/views/pages/export.blade.php b/resources/views/pages/export.blade.php index 19a635563..47a4d870a 100644 --- a/resources/views/pages/export.blade.php +++ b/resources/views/pages/export.blade.php @@ -1,29 +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])
+
+