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