mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 03:45:24 +01:00 
			
		
		
		
	(lint) remove unnecessary whitespace
created by hugo's {{ }}
			
			
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| <div class="profile"> | ||||
|     {{ with .Site.Params.profileMode }} | ||||
|     {{- with .Site.Params.profileMode }} | ||||
|     <div class="profile_inner"> | ||||
|         {{if .imageUrl}}<img src="{{ .imageUrl}}" alt="{{ .imageTitle | default "profile image" }}" />{{end}} | ||||
|         {{- if .imageUrl}}<img src="{{ .imageUrl}}" alt="{{ .imageTitle | default "profile image" }}" />{{- end}} | ||||
|         <h1>{{ .title | default $.Site.Title }}</h1> | ||||
|         {{- with $.Site.Params.socialIcons }} | ||||
|         <div class="social-icons"> | ||||
| @@ -10,9 +10,9 @@ | ||||
|         {{- end }} | ||||
|         {{- with .buttons }} | ||||
|         <div class="buttons"> | ||||
|             {{ partial "indexProfileButtons.html" . }} | ||||
|             {{- partial "indexProfileButtons.html" . }} | ||||
|         </div> | ||||
|         {{- end }} | ||||
|     </div> | ||||
|     {{end}} | ||||
|     {{- end}} | ||||
| </div> | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange