hugo-book-theme/layouts/posts/single.html
2018-11-25 11:59:42 +01:00

9 lines
No EOL
177 B
HTML

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