2020-09-23 09:22:32 +02:00
|
|
|
{{- with $.Site.Params.homeInfoParams }}
|
2020-07-23 12:54:44 +02:00
|
|
|
<article class="first-entry">
|
|
|
|
<header class="entry-header">
|
2020-09-23 09:22:32 +02:00
|
|
|
<h2>{{- .Title }}</h2>
|
2020-07-23 12:54:44 +02:00
|
|
|
</header>
|
|
|
|
<section class="entry-content">
|
2020-09-23 09:22:32 +02:00
|
|
|
<p>{{- .Content | markdownify }}</p>
|
2020-07-23 12:54:44 +02:00
|
|
|
</section>
|
2020-08-28 13:49:10 +02:00
|
|
|
<footer class="entry-footer">
|
|
|
|
{{- with $.Site.Params.socialIcons }}
|
|
|
|
<div class="social-icons">
|
2020-09-23 14:53:57 +02:00
|
|
|
{{- partial "social_icons.html" . }}
|
2020-08-28 13:49:10 +02:00
|
|
|
</div>
|
|
|
|
{{- end }}
|
|
|
|
</footer>
|
2020-07-23 12:54:44 +02:00
|
|
|
</article>
|
2020-09-23 09:22:32 +02:00
|
|
|
{{- end}}
|