Update themes/hugo-scroll/layouts/index.html
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				website / prod-build (push) Successful in 4s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	website / prod-build (push) Successful in 4s
				
			This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| {{ $headless := .Site.GetPage "/homepage" }} | ||||
| {{ $sections := $headless.Resources.ByType "page" }} | ||||
| {{ $sections := cond .Site.BuildDrafts $sections (where $sections "Draft" "==" false) }} | ||||
| <header id="site-head" {{ with .Params.header_image }}style="background-image: url({{ . }}), linear-gradient(rgba(241,103,103,0.7),rgba(241,103,103,0.7));background-blend-mode: multiply;"{{ end }}> | ||||
| <header id="site-head" {{ with .Params.header_image }}style="background-image: url({{ . }})"{{ end }}> | ||||
|     <div class="vertical"> | ||||
|         <div id="site-head-content" class="inner"> | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user