hugo-theme-nocolor/layouts/_default/single.html

9 lines
216 B
HTML

{{- define "main" }}
<h1 class="post-title">{{ if .Draft }}DRAFT: {{ end }}{{ .Title }}</h1>
{{ partial "post_meta.html" . }}
{{ partial "toc.html" . }}
<article class="content">{{ .Content }}</article>
{{- end }}