| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -11,10 +11,11 @@ Renders an article card with a circle image, title, and summary. | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					{{- $title := .title }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					{{- $summary := .summary }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					{{- $url := .url }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					{{- $img := ($image.Resize "256x webp q90") }} | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					<a href="{{ $url }}"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					<article class="alt float-on-hover shadow"> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						<div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						  <img src="{{ $image.RelPermalink }}" alt="{{ $alt }}" /> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						  <img src="{{ $img.RelPermalink }}" alt="{{ $alt }}" /> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						</div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
						<div> | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
							<h2>{{ $title }}</h2> | 
				
			
			
		
	
	
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
				
				 | 
				
					
  |