34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
		
		
			
		
	
	
			34 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			PHP
		
	
	
| 
								 | 
							
								<meta charset="utf-8">
							 | 
						||
| 
								 | 
							
								<meta name="viewport" content="width=device-width">
							 | 
						||
| 
								 | 
							
								<meta name="Generator" content="Lumino CMS" />
							 | 
						||
| 
								 | 
							
								<title>{{config('settings.name')}}</title>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<meta name="csrf-token" content="{{csrf_token()}}"/>
							 | 
						||
| 
								 | 
							
								<meta name="url-base" content="{{url('/')}}">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<link rel="apple-touch-icon" sizes="180x180" href="{{$favicon['180']}}">
							 | 
						||
| 
								 | 
							
								<link rel="icon" type="image/png" sizes="32x32" href="{{$favicon['32']}}">
							 | 
						||
| 
								 | 
							
								<link rel="icon" type="image/png" sizes="16x16" href="{{$favicon['16']}}">
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								<meta property="og:site_name" content="{{config('settings.name')}}" />
							 | 
						||
| 
								 | 
							
								<meta property="og:title" content="{{config('settings.name')}}" />
							 | 
						||
| 
								 | 
							
								<meta property="og:description" content="{{config('settings.description')}}" />
							 | 
						||
| 
								 | 
							
								<meta property="og:url" content="" />
							 | 
						||
| 
								 | 
							
								<meta property="og:image" content="{{$cover}}" />
							 | 
						||
| 
								 | 
							
								<meta property="og:image:secure_url" content="{{$cover}}" />
							 | 
						||
| 
								 | 
							
								<meta property="og:image:width" content="1280" />
							 | 
						||
| 
								 | 
							
								<meta property="og:image:height" content="640" />
							 | 
						||
| 
								 | 
							
								<meta property="twitter:card" content="summary_large_image" />
							 | 
						||
| 
								 | 
							
								<meta property="twitter:image" content="" />
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								@if($_schriftart == "Montserrat")
							 | 
						||
| 
								 | 
							
								    <link rel="preconnect" href="https://fonts.googleapis.com">
							 | 
						||
| 
								 | 
							
								    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
							 | 
						||
| 
								 | 
							
								    <link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
							 | 
						||
| 
								 | 
							
								@endif
							 |