mirror of
				https://github.com/adityatelange/hugo-PaperMod.git
				synced 2025-11-03 01:42:45 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			425 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			425 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">
 | 
						|
        {{ .Content | markdownify }}
 | 
						|
    </div>
 | 
						|
    <footer class="entry-footer">
 | 
						|
        {{ partial "social_icons.html" (dict "align" site.Params.homeInfoParams.AlignSocialIconsTo) }}
 | 
						|
    </footer>
 | 
						|
</article>
 | 
						|
{{- end -}}
 |