mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 19:55:24 +01:00 
			
		
		
		
	 dbaa709c97
			
		
	
	dbaa709c97
	
	
	
		
			
			* can be disabled by not having Params.socialIcons as variable * profileMode overrides homeInfo mode
		
			
				
	
	
		
			15 lines
		
	
	
		
			416 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			416 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ with $.Site.Params.homeInfoParams }}
 | |
| <article class="first-entry">
 | |
|     <header class="entry-header">
 | |
|         <h2>{{ .Title }}</h2>
 | |
|     </header>
 | |
|     <section class="entry-content">
 | |
|         <p>{{ .Content | plainify | htmlUnescape }}</p>
 | |
|     </section>
 | |
|     {{- with $.Site.Params.socialIcons }}
 | |
|     <div class="social-icons">
 | |
|         {{ partial "social-icons.html" . }}
 | |
|     </div>
 | |
|     {{- end }}
 | |
| </article>
 | |
| {{end}} |