mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-31 11:45:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			394 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			394 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{- with $.Site.Params.homeInfoParams }}
 | |
| <article class="first-entry home-info">
 | |
|     <header class="entry-header">
 | |
|         <h2>{{- .Title }}</h2>
 | |
|     </header>
 | |
|     <section class="entry-content">
 | |
|         <p>{{- .Content | markdownify }}</p>
 | |
|     </section>
 | |
|     <footer class="entry-footer">
 | |
|         {{- partial "social_icons.html" $.Site.Params.socialIcons -}}
 | |
|     </footer>
 | |
| </article>
 | |
| {{- end}} | 
