mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-03 18:02:45 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			219 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			219 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="social-icons">
 | 
						|
    {{- range . -}}
 | 
						|
    <a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me"
 | 
						|
        title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a>
 | 
						|
    {{- end -}}
 | 
						|
</div>
 |