Initial commit

This commit is contained in:
Thomas Boerger
2016-11-10 10:53:04 +01:00
commit 5a2b024d9f
23 changed files with 508 additions and 0 deletions

7
layouts/index.html Normal file
View File

@@ -0,0 +1,7 @@
{{ partial "header" . }}
{{ range where .Site.Pages "Type" "index" }}
{{ .Content }}
{{ end }}
{{ partial "footer" . }}