website/themes/datacoop2020/layouts/blog/single.html

12 lines
199 B
HTML
Raw Normal View History

{{- define "main" -}}
<h1>{{ .Title | markdownify }}</h1>
<small class="text-secondary">{{ .PublishDate | time.Format ":date_medium" }}</small>
{{ partial "tags" . }}
{{ .Content }}
{{- end -}}