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