cullmann.io/themes/PaperMod/layouts/partials/home_info.html

14 lines
425 B
HTML
Raw Normal View History

2022-10-21 21:09:12 +02:00
{{- with site.Params.homeInfoParams }}
<article class="first-entry home-info">
<header class="entry-header">
<h1>{{ .Title | markdownify }}</h1>
</header>
<div class="entry-content">
{{ .Content | markdownify }}
</div>
<footer class="entry-footer">
2024-04-14 19:30:41 +02:00
{{ partial "social_icons.html" (dict "align" site.Params.homeInfoParams.AlignSocialIconsTo) }}
2022-10-21 21:09:12 +02:00
</footer>
</article>
{{- end -}}