hugo-stanley/layouts/partials/homepage-body.html

5 lines
103 B
HTML
Raw Normal View History

2020-03-03 18:56:59 +01:00
{{- if .Content -}}
<article class="article markdown-body">
{{- .Content -}}
</article>
{{- end -}}