mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 02:12:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			165 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			165 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{- range . -}}
 | 
						|
<a class="button" href="{{ .url }}" rel="noopener" title="{{ .name | humanize }}">
 | 
						|
    <span class="button-inner">{{ .name }}</span>
 | 
						|
</a>
 | 
						|
{{- end -}} |