mirror of
				https://github.com/BookStackApp/BookStack.git
				synced 2025-11-03 02:13:16 +03:00 
			
		
		
		
	Added convenience theme system partials for export layouts
To allow easier additions to start/end of body tag in export formats.
This commit is contained in:
		@@ -12,8 +12,10 @@
 | 
			
		||||
    @include('exports.parts.custom-head')
 | 
			
		||||
</head>
 | 
			
		||||
<body class="export export-format-{{ $format }} export-engine-{{ $engine ?? 'none' }}">
 | 
			
		||||
@include('layouts.parts.export-body-start')
 | 
			
		||||
<div class="page-content">
 | 
			
		||||
    @yield('content')
 | 
			
		||||
</div>
 | 
			
		||||
@include('layouts.parts.export-body-end')
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
							
								
								
									
										2
									
								
								resources/views/layouts/parts/export-body-end.blade.php
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										2
									
								
								resources/views/layouts/parts/export-body-end.blade.php
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,2 @@
 | 
			
		||||
{{-- This is a placeholder template file provided as a --}}
 | 
			
		||||
{{-- convenience to users of the visual theme system. --}}
 | 
			
		||||
@@ -0,0 +1,2 @@
 | 
			
		||||
{{-- This is a placeholder template file provided as a --}}
 | 
			
		||||
{{-- convenience to users of the visual theme system. --}}
 | 
			
		||||
		Reference in New Issue
	
	Block a user