Update themes/hugo-scroll/layouts/index.html
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				website / prod-build (push) Successful in 5s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	website / prod-build (push) Successful in 5s
				
			This commit is contained in:
		| @@ -6,11 +6,11 @@ | ||||
|     <div class="vertical"> | ||||
|         <div id="site-head-content" class="inner"> | ||||
|  | ||||
|             {{ with .Params.header_headline }}<h1 class="blog-title">{{ . | markdownify | safeHTML }}</h1>{{ end }} | ||||
|             {{ with .Params.header_subheadline }}<h2 class="blog-description">{{ . }}</h2>{{ end }} | ||||
|             {{ with .Params.header_headline }}<h2 class="blog-title">{{ . | markdownify | safeHTML }}</h2>{{ end }} | ||||
|             {{ with .Params.header_subheadline }}<h3 class="blog-description">{{ . }}</h3>{{ end }} | ||||
|  | ||||
|             {{ range where $sections ".Params.header_menu" "eq" true }} | ||||
|                  <a class='btn site-menu' data-title-anchor='{{ anchorize .Title }}'>{{ .Title }}</a> | ||||
|                  <!--a class='btn site-menu' data-title-anchor='{{ anchorize .Title }}'>{{ .Title }}</a--> | ||||
|             {{ end }} | ||||
|             <i id='header-arrow' class="fa fa-angle-down"></i> | ||||
|         </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user