|  |  | @ -1,12 +1,12 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | {{ define "main" }} |  |  |  | {{ define "main" }} | 
			
		
	
		
		
			
				
					
					|  |  |  |     <main aria-role="main"> |  |  |  |       <header class="gblog-post__header"> | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  |       <header class="homepage-header"> |  |  |  |         <br> | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         <h1>{{.Title}}</h1> |  |  |  |         <h1>{{.Title}}</h1> | 
			
		
	
		
		
			
				
					
					|  |  |  |         {{ with .Params.subtitle }} |  |  |  |         {{ with .Params.subtitle }} | 
			
		
	
		
		
			
				
					
					|  |  |  |         <span class="subtitle">{{.}}</span> |  |  |  |         <span class="subtitle">{{.}}</span> | 
			
		
	
		
		
			
				
					
					|  |  |  |         {{ end }} |  |  |  |         {{ end }} | 
			
		
	
		
		
			
				
					
					|  |  |  |       </header> |  |  |  |       </header> | 
			
		
	
		
		
			
				
					
					|  |  |  |       <div class="homepage-content"> |  |  |  |       <div class="gblog-markdown"> | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  |         <!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md --> |  |  |  |         <!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md --> | 
			
		
	
		
		
			
				
					
					|  |  |  |         {{.Content}} |  |  |  |         {{.Content}} | 
			
		
	
		
		
			
				
					
					|  |  |  |       </div> |  |  |  |       </div> | 
			
		
	
	
		
		
			
				
					|  |  | @ -15,5 +15,4 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  |             {{ .Render "summary"}} |  |  |  |             {{ .Render "summary"}} | 
			
		
	
		
		
			
				
					
					|  |  |  |         {{ end }} |  |  |  |         {{ end }} | 
			
		
	
		
		
			
				
					
					|  |  |  |       </div> |  |  |  |       </div> | 
			
		
	
		
		
			
				
					
					|  |  |  |     </main> |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | {{ end }} |  |  |  | {{ end }} | 
			
		
	
	
		
		
			
				
					|  |  | 
 |