mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	Allow aligning social-icons in homeInfo mode
In Site config
    homeInfoParams:
        AlignSocialIconsTo: "center" # or left or right
			
			
This commit is contained in:
		| @@ -1,4 +1,4 @@ | ||||
| <div class="social-icons"> | ||||
| <div class="social-icons" {{ with .align}}align="{{.}}" {{- end }}> | ||||
|     {{- range site.Params.socialIcons }} | ||||
|     <a href="{{ trim .url " " | safeURL }}" target="_blank" rel="noopener noreferrer me" | ||||
|         title="{{ (.title | default .name) | title }}"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange