mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	social-icons: add rel=me
* rel=me links allow cross-linking of user's identities, improving SEO
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" |     <a href="{{ .url }}" target="_blank" rel="noopener noreferrer" rel="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