hugo-book-theme/layouts/posts/single.html
2019-03-29 16:16:04 +01:00

11 lines
208 B
HTML

{{ define "main" }}
<header>
<h1>{{ .Title }}</h1>
<h5>
<strong>{{ .Date.Format .Site.Params.DateForm }}</strong>
</h5>
</header>
<article class="markdown">
{{- .Content -}}
</article>
{{ end }}