2020-09-23 03:22:32 -04:00
|
|
|
{{- with $.Site.Params.homeInfoParams }}
|
2020-10-08 06:20:20 -04:00
|
|
|
<article class="first-entry home-info">
|
2020-07-23 06:54:44 -04:00
|
|
|
<header class="entry-header">
|
2020-10-17 05:32:40 -04:00
|
|
|
<h2>{{- .Title | markdownify }}</h2>
|
2020-07-23 06:54:44 -04:00
|
|
|
</header>
|
|
|
|
<section class="entry-content">
|
2020-09-23 03:22:32 -04:00
|
|
|
<p>{{- .Content | markdownify }}</p>
|
2020-07-23 06:54:44 -04:00
|
|
|
</section>
|
2020-08-28 07:49:10 -04:00
|
|
|
<footer class="entry-footer">
|
2020-10-02 04:16:49 -04:00
|
|
|
{{- partial "social_icons.html" $.Site.Params.socialIcons -}}
|
2020-08-28 07:49:10 -04:00
|
|
|
</footer>
|
2020-07-23 06:54:44 -04:00
|
|
|
</article>
|
2020-10-17 05:32:40 -04:00
|
|
|
{{- end}}
|