hugo-theme-cybercards/layouts/partials/embed.html

7 lines
233 B
HTML

<div class="embed card-body">
<h3 class="post-title" itemprop="name headline">{{ .Title }}</h3>
{{ with .Content -}}
<div itemprop="articleBody">{{ . }}</div>
{{- end }}
</div>