mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	Remove whitespace around urls wherever applicable
- corrects mistyped urls with leading or trailing whitespaces
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <div class="social-icons"> | ||||
|     {{- range . -}} | ||||
|     <a href="{{ .url }}" target="_blank" rel="noopener noreferrer me" | ||||
|     <a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" | ||||
|         title="{{ .name | humanize }}">{{ partial "svg.html" . }}</a> | ||||
|     {{- end -}} | ||||
| </div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange