mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-03 18:02:45 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			407 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			407 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
{{- with $.Site.Params.homeInfoParams }}
 | 
						|
<article class="first-entry home-info">
 | 
						|
    <header class="entry-header">
 | 
						|
        <h1>{{ .Title | markdownify }}</h1>
 | 
						|
    </header>
 | 
						|
    <section class="entry-content">
 | 
						|
        <p>{{ .Content | markdownify }}</p>
 | 
						|
    </section>
 | 
						|
    <footer class="entry-footer">
 | 
						|
        {{ partial "social_icons.html" $.Site.Params.socialIcons }}
 | 
						|
    </footer>
 | 
						|
</article>
 | 
						|
{{- end -}}
 |