mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	Add head_extra block
- Sometiems it's nice to be able to extend the head, for cases like adding stylesheets, etc.
This commit is contained in:
		
							parent
							
								
									3864c455a5
								
							
						
					
					
						commit
						2052ca892f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -10,6 +10,8 @@
 | 
			
		|||
    {{ partial "favicon.html" }}
 | 
			
		||||
 | 
			
		||||
    <title>{{ partial "title-item.html" . }}{{ .Site.Title }}</title>
 | 
			
		||||
 | 
			
		||||
    {{ block "head_extra" . }}{{ end }}
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    {{ partial "navbar.html" . }}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue