mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-04 02:12:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			249 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			249 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<div class="social-icons">
 | 
						|
    {{- range . }}
 | 
						|
    <a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}">
 | 
						|
        {{ partial "svg.html" . }}
 | 
						|
    </a>
 | 
						|
    {{- end }}
 | 
						|
</div>
 |