hugo-book-theme/layouts/posts/single.html

11 lines
210 B
HTML

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