mirror of
				https://github.com/imfing/hextra.git
				synced 2025-10-30 20:30:13 -04:00 
			
		
		
		
	 a44de285b2
			
		
	
	a44de285b2
	
	
	
		
			
			* Adapted theme's layout to [Hugo v0.146.0](https://gohugo.io/templates/new-templatesystem-overview/) * Bumped minimal Hugo version to v0.146.0
		
			
				
	
	
		
			7 lines
		
	
	
		
			200 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			200 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{- $cols := .cols | default 3 -}}
 | |
| {{- $content := .content -}}
 | |
| 
 | |
| <div class="hextra-cards hx:mt-4 hx:gap-4 hx:grid not-prose" style="--hextra-cards-grid-cols: {{ $cols }};">
 | |
|   {{- $content -}}
 | |
| </div>
 |