Initial commit
This commit is contained in:
parent
89eaf19aa2
commit
113550eb8a
24 changed files with 1040 additions and 0 deletions
layouts
7
layouts/index.html
Normal file
7
layouts/index.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
{{ partial "header.html" . }}
|
||||
{{ range first 10 .Data.Pages }}
|
||||
{{ if eq .Type "post" }}
|
||||
{{ .Render "summary" }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
{{ partial "footer.html" . }}
|
Loading…
Add table
Add a link
Reference in a new issue