Add global layout and homepage
This commit is contained in:
		
					parent
					
						
							
								a464ef4c0e
							
						
					
				
			
			
				commit
				
					
						8e627b1671
					
				
			
		
					 33 changed files with 612 additions and 158 deletions
				
			
		
							
								
								
									
										13
									
								
								resources/views/includes/head.blade.php
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								resources/views/includes/head.blade.php
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,13 @@ | |||
|     <!-- Global --> | ||||
|     <meta charset="utf-8"> | ||||
|     <meta property="og:type" content="website"> | ||||
|     <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
|     <meta name="theme-color" content="#333333"> | ||||
|     <link rel="stylesheet" href="{{ URL::asset ('css/dark.css') }}"/> | ||||
| 
 | ||||
|     <!-- Page-specific --> | ||||
|     <title>~floppydisk / @yield('title')</title> | ||||
|     <meta property="og:title" content="~floppydisk / @yield('title')"> | ||||
|     <meta property="og:description" content="@yield('description')"> | ||||
|     <meta property="og:image" content="/favicon.png"> | ||||
|     <style>td{padding:0px;}</style> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Frankie B
				Frankie B