mirror of
				https://github.com/Wonderfall/hugo-WonderMod.git
				synced 2025-10-30 19:35:26 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			472 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			472 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| {{ with $.Site.Params.homeInfoParams }}
 | |
| <article class="first-entry">
 | |
|     <header class="entry-header">
 | |
|         <h2>{{ .Title }}</h2>
 | |
|     </header>
 | |
|     <section class="entry-content">
 | |
|         <p>{{ .Content | markdownify }}</p>
 | |
|     </section>
 | |
|     <footer class="entry-footer">
 | |
|         {{- with $.Site.Params.socialIcons }}
 | |
|         <div class="social-icons">
 | |
|             {{ partial "social-icons.html" . }}
 | |
|         </div>
 | |
|         {{- end }}
 | |
|     </footer>
 | |
| </article>
 | |
| {{end}} | 
