mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Use baseof for common base HTML
This commit is contained in:
		
							parent
							
								
									9f753226f6
								
							
						
					
					
						commit
						e6db609303
					
				
					 4 changed files with 19 additions and 16 deletions
				
			
		| 
						 | 
				
			
			@ -1,9 +1,3 @@
 | 
			
		|||
<html lang="en">
 | 
			
		||||
<head>
 | 
			
		||||
    <meta charset="UTF-8">
 | 
			
		||||
    <title>{{.Title}}</title>
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
{{ define "main" }}
 | 
			
		||||
    {{ partial "content.html" . }}
 | 
			
		||||
</body>
 | 
			
		||||
</html>
 | 
			
		||||
{{ end }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue