Improve readability, add recent news to home page
This commit is contained in:
parent
9559d86d48
commit
2732deaa79
11 changed files with 60 additions and 35 deletions
|
@ -1,9 +1,3 @@
|
|||
{{ 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 "content.html" . }}
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue