diff --git a/initer/templates.go b/initer/templates.go index 52360cd..40e11fd 100644 --- a/initer/templates.go +++ b/initer/templates.go @@ -29,7 +29,9 @@ var defaultTemplate string = ` {{end}} {{if .Description}}

{{.Description}}

{{end}} -{{if .PostCollection }} +{{if .PostCollection}} +

Categories     Timeline

+ {{range $index, $post := .PostCollection}}
@@ -71,11 +73,6 @@ var defaultTemplate string = ` {{end}}
{{end}} - -{{if .PostCollection}} -

Categories

-

Timeline

-{{end}} `