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

11 lines
203 B
HTML

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