Files
telonma-homepage/themes/hugo-arcana/layouts/partials/homepage/blocks/heading.html

14 lines
395 B
HTML

<section class="wrapper style2">
<div class="container">
<header class="major">
<h2>{{ .item.heading }}</h2>
{{- $html := .item.contents | markdownify }}
{{- if (findRE "<p(?: [^>]*)?>" $html) }}
{{ $html }}
{{- else -}}
<p>{{ $html }}</p>
{{- end }}
</header>
</div>
</section>