quellcode.0x90.space/layouts/partials/home_info.html
v 6892a6f7b0 Squashed 'themes/PaperMod/' content from commit 4a924ce
git-subtree-dir: themes/PaperMod
git-subtree-split: 4a924cef54081b61530a30bd69d442ae95f16561
2023-07-05 19:23:15 +02:00

14 lines
388 B
HTML

{{- 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">
{{ partial "social_icons.html" site.Params.socialIcons }}
</footer>
</article>
{{- end -}}