2020-09-23 12:52:32 +05:30
|
|
|
{{- with $.Site.Params.homeInfoParams }}
|
2020-10-08 15:50:20 +05:30
|
|
|
<article class="first-entry home-info">
|
2020-07-23 16:24:44 +05:30
|
|
|
<header class="entry-header">
|
2021-03-30 18:07:36 +05:30
|
|
|
<h1>{{ .Title | markdownify }}</h1>
|
2020-07-23 16:24:44 +05:30
|
|
|
</header>
|
|
|
|
<section class="entry-content">
|
2021-03-30 18:07:36 +05:30
|
|
|
<p>{{ .Content | markdownify }}</p>
|
2020-07-23 16:24:44 +05:30
|
|
|
</section>
|
2020-08-28 17:19:10 +05:30
|
|
|
<footer class="entry-footer">
|
2021-03-30 18:07:36 +05:30
|
|
|
{{ partial "social_icons.html" $.Site.Params.socialIcons }}
|
2020-08-28 17:19:10 +05:30
|
|
|
</footer>
|
2020-07-23 16:24:44 +05:30
|
|
|
</article>
|
2021-03-30 18:07:36 +05:30
|
|
|
{{- end -}}
|