| 
						
						
						
					 | 
				
				 | 
				
					@ -1,7 +1,7 @@ | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					<article class="shadow float-on-hover card"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						<div class="article-image"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							<a href=" {{ .Permalink }}"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    		{{ $image := .Resources.GetMatch .Params.featured.url }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    		{{ $image := .Resources.GetMatch "featured" }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
								{{ partial "image.html" (dict "image" $image "alt" .Params.featured.alt "class" "fill-wh")}} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							</a> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						</div> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |