Rename theme for release
This commit is contained in:
parent
708a9f1ca0
commit
627ef49a03
18 changed files with 11 additions and 11 deletions
9
themes/dark-cosmos/layouts/_default/single.html
Normal file
9
themes/dark-cosmos/layouts/_default/single.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{ partial "header.html" . }}
|
||||
{{ if not .Date.IsZero }}
|
||||
<p class="timestamp">{{ .Date.Format "02-01-2006" }}</p>
|
||||
{{ end }}
|
||||
{{ .Content }}
|
||||
{{ if .Params.tags }}
|
||||
{{ partial "tags" .Params.tags }}
|
||||
{{ end }}
|
||||
{{ partial "footer.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue