mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
2c7cffb617
* previously 3
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}} |