mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	social-icons: fix duplicate rel tags
This commit is contained in:
		| @@ -1,6 +1,6 @@ | |||||||
| <div class="social-icons"> | <div class="social-icons"> | ||||||
|     {{- range . -}} |     {{- range . -}} | ||||||
|     <a href="{{ .url }}" target="_blank" rel="noopener noreferrer" rel="me" |     <a href="{{ .url }}" target="_blank" rel="noopener noreferrer me" | ||||||
|         title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> |         title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> | ||||||
|     {{- end -}} |     {{- end -}} | ||||||
| </div> | </div> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange