mirror of
				https://github.com/ItsDrike/itsdrike.com.git
				synced 2025-11-04 04:06:36 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			358 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			358 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{ if .Params.image }}
 | 
						|
  {{ .Scratch.Set "image" .Params.image }}
 | 
						|
  {{ if hasPrefix .Params.image "resource:" }}
 | 
						|
    {{ $resource := .Resources.GetMatch (replace .Params.image "resource:" "") }}
 | 
						|
    {{ .Scratch.Set "image" ($resource.Resize "2000x").RelPermalink }}
 | 
						|
  {{ end }}
 | 
						|
 | 
						|
  <img class="mb-3 header-image" src='{{ .Scratch.Get "image" }}' />
 | 
						|
{{ end }}
 |