diff --git a/initer/templates.go b/initer/templates.go index 0fbdfdb..decfd37 100644 --- a/initer/templates.go +++ b/initer/templates.go @@ -70,8 +70,25 @@ const defaultTemplate string = `
+ + {{.Content}} +{{if .Categories}} +
+ Posted in + {{range $index, $category := .Categories}} + {{$category.Name}} +{{end}} +
+{{end}} + +{{if .Time}} +
+{{.Time}} UTC +
+{{end}} + {{if .CategoryListings}} {{if .Blogpost}}
@@ -98,25 +115,11 @@ Related posts:
{{end}} +
-{{if .Categories}} -
- Posted in - {{range $index, $category := .Categories}} - {{$category.Name}} -{{end}} -
-{{end}} - -{{if .Time}} -
-{{.Time}} UTC -
-{{end}} - {{if or .Previous .Later}}
{{if .Previous}}