Begin overhaul
This commit is contained in:
parent
fe615f0822
commit
920d0ef3ac
18 changed files with 543 additions and 59 deletions
11
themes/marcriera/layouts/_default/single.html
Normal file
11
themes/marcriera/layouts/_default/single.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
{{ partial "header.html" . }}
|
||||
<div id="content">
|
||||
{{ if not .Date.IsZero }}
|
||||
<p class="timestamp">{{ .Date.Format "02-01-2006" }}</p>
|
||||
{{ end }}
|
||||
{{ .Content }}
|
||||
{{ if .Params.tags }}
|
||||
{{ partial "tags" .Params.tags }}
|
||||
{{ end }}
|
||||
</div>
|
||||
{{ partial "footer.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue