hugo-book-theme/layouts/posts/single.html
2018-11-24 15:14:43 +01:00

11 lines
No EOL
212 B
HTML

{{ define "main" }}
<section>
<header>
<h1>{{ .Title }}</h1>
<h5>{{ .Date.Format "January 2, 2006" }}</h5>
</header>
<article class="markdown">
{{- .Content -}}
</article>
</section>
{{ end }}