mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55:24 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			189 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			189 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ range . -}}
 | |
| <div class="button">
 | |
|     <a href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
 | |
|         <span class="button-inner">{{ .name }}</span>
 | |
|     </a>
 | |
| </div>
 | |
| {{- end -}} | 
