Barebones test site
This commit is contained in:
parent
ba03fa4473
commit
e2408cf277
15 changed files with 429 additions and 0 deletions
9
layouts/_default/single.html
Normal file
9
layouts/_default/single.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ define "main" }}
|
||||
<header>
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ if .Date }}
|
||||
<time>{{ .Date | time.Format "2006.01.02" }}</time>
|
||||
{{ end }}
|
||||
</header>
|
||||
{{ .Content }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue