From ae9f528943a9c102590fc5816b2fe11bd360dd0f Mon Sep 17 00:00:00 2001 From: gutmet Date: Sat, 9 Jul 2022 22:37:52 +0200 Subject: [PATCH] templates: fix mistake of putting

inside --- initer/templates.go | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) 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}} {{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}} {{end}} @@ -241,10 +237,10 @@ var bsStarterTemplate string = ` {{if or .Previous .Later}}
{{if .Previous}} -

<--Previous

+

<--Previous

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

Later-->

+

Later-->

{{end}}

{{end}}