remove default theme
This commit is contained in:
		
							parent
							
								
									b0b64876ae
								
							
						
					
					
						commit
						48d3ea13e6
					
				
					 24 changed files with 231 additions and 15 deletions
				
			
		
							
								
								
									
										17
									
								
								layouts/_default/baseof.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								layouts/_default/baseof.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,17 @@ | |||
| <!DOCTYPE html> | ||||
| <html lang="{{ or site.Language.LanguageCode }}" dir="{{ or site.Language.LanguageDirection `ltr` }}"> | ||||
| <head> | ||||
|   {{ partial "head.html" . }} | ||||
| </head> | ||||
| <body> | ||||
|   <header> | ||||
|     {{ partial "header.html" . }} | ||||
|   </header> | ||||
|   <main> | ||||
|     {{ block "main" . }}{{ end }} | ||||
|   </main> | ||||
|   <footer> | ||||
|     {{ partial "footer.html" . }} | ||||
|   </footer> | ||||
| </body> | ||||
| </html> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue