diff --git a/initer/templates.go b/initer/templates.go index 49d5915..46b524d 100644 --- a/initer/templates.go +++ b/initer/templates.go @@ -59,11 +59,9 @@ var defaultTemplate string = ` {{range $index, $post := .PostCollection}}
-

- {{$post.Title}} + {{$post.Title}}

- {{$post.Content}}
{{end}} @@ -117,10 +115,10 @@ var defaultTemplate string = ` {{if or .Previous .Later}}
{{if .Previous}} -

<--Previous

+

<--Previous

{{end}} {{if .Later}} -

Later-->

+

Later-->

{{end}}

{{end}} @@ -187,11 +185,9 @@ var bsStarterTemplate string = ` {{range $index, $post := .PostCollection}}
-

- {{$post.Title}} + {{$post.Title}}

- {{$post.Content}}
{{end}} @@ -241,10 +237,10 @@ var bsStarterTemplate string = ` {{if or .Previous .Later}}
{{if .Previous}} -

<--Previous

+

<--Previous

{{end}} {{if .Later}} -

Later-->

+

Later-->

{{end}}

{{end}}