hugo-PaperMod/layouts/partials/homeInfo.html

10 lines
276 B
HTML
Raw Normal View History

{{ with $.Site.Params.homeInfoParams }}
<article class="first-entry">
<header class="entry-header">
<h2>{{ .Title }}</h2>
</header>
<section class="entry-content">
<p>{{ .Content | plainify | htmlUnescape }}...</p>
</section>
</article>
{{end}}