2020-09-23 12:52:32 +05:30
|
|
|
{{- with $.Site.Params.homeInfoParams }}
|
2020-07-23 16:24:44 +05:30
|
|
|
<article class="first-entry">
|
|
|
|
<header class="entry-header">
|
2020-09-23 12:52:32 +05:30
|
|
|
<h2>{{- .Title }}</h2>
|
2020-07-23 16:24:44 +05:30
|
|
|
</header>
|
|
|
|
<section class="entry-content">
|
2020-09-23 12:52:32 +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">
|
2020-10-02 13:46:49 +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>
|
2020-09-23 12:52:32 +05:30
|
|
|
{{- end}}
|