blog-legacy/themes/bbaovanc/layouts/post/single.html

6 lines
157 B
HTML
Raw Normal View History

2021-03-25 02:42:09 -05:00
{{ partial "header.html" . }}
<h1>{{ .Title }}</h1>
<h6>{{ .Date.Format "Mon, Jan 2, 2006" }}</h6>
{{ .Content }}
{{ partial "footer.html" . -}}