mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	indexProfile : partial
This commit is contained in:
		
							
								
								
									
										16
									
								
								layouts/partials/indexProfile.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								layouts/partials/indexProfile.html
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,16 @@ | ||||
| <div class="profile"> | ||||
|     <div class="profile_inner"> | ||||
|         {{if .Site.Params.profileMode.imageUrl}} | ||||
|         <div> | ||||
|             <img src="{{ .Site.Params.profileMode.imageUrl}}" alt="{{ .Site.Params.profileMode.imageTitle}}" /> | ||||
|         </div> | ||||
|         {{end}} | ||||
|         <h1>{{ if .Site.Params.profileMode.title }}{{.Site.Params.profileMode.title}}{{ else }}{{ .Site.Title }}{{end}} | ||||
|         </h1> | ||||
|         {{- with .Site.Params.profileMode.socialIcons }} | ||||
|         <div class="social-icons"> | ||||
|             {{ partial "social-icons.html" . }} | ||||
|         </div> | ||||
|         {{- end }} | ||||
|     </div> | ||||
| </div> | ||||
		Reference in New Issue
	
	Block a user
	 Aditya Telange
					Aditya Telange