mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	Add optional custom "title" for social links (#999)
Co-authored-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
		| @@ -1,6 +1,6 @@ | ||||
| <div class="social-icons"> | ||||
|     {{- range . }} | ||||
|     <a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ .name | title }}"> | ||||
|     <a href="{{ trim .url " " }}" target="_blank" rel="noopener noreferrer me" title="{{ (.title | default .name) | title }}"> | ||||
|         {{ partial "svg.html" . }} | ||||
|     </a> | ||||
|     {{- end }} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Netruk44
					Netruk44