Add files
This commit is contained in:
5
themes/bbaovanc/layouts/post/single.html
Normal file
5
themes/bbaovanc/layouts/post/single.html
Normal file
@ -0,0 +1,5 @@
|
||||
{{ partial "header.html" . }}
|
||||
<h1>{{ .Title }}</h1>
|
||||
<h6>{{ .Date.Format "Mon, Jan 2, 2006" }}</h6>
|
||||
{{ .Content }}
|
||||
{{ partial "footer.html" . -}}
|
Reference in New Issue
Block a user