cleanup
This commit is contained in:
parent
f25c5cb60c
commit
3475c31d71
38 changed files with 158 additions and 359 deletions
10
themes/zorbed/layouts/_default/single.html
Normal file
10
themes/zorbed/layouts/_default/single.html
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{ define "main" }}
|
||||
<a href="/"><- return to index</a>
|
||||
<h1>{{ .Title }}</h1>
|
||||
{{ if .Date }}
|
||||
<time datetime="{{ .Date }}">{{ .Date.Format "January 2, 2006" }}</time>
|
||||
{{ end }}
|
||||
|
||||
{{ .Content }}
|
||||
{{ partial "terms.html" (dict "taxonomy" "tags" "page" .) }}
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue