From d50d922c8d96f12ffeae35f578f3a9e561d81c6a Mon Sep 17 00:00:00 2001 From: gutmet Date: Fri, 27 Nov 2020 19:07:18 +0100 Subject: [PATCH] change template init to include rss link in blog posts --- initer/templates.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/initer/templates.go b/initer/templates.go index 5866573..48706fc 100644 --- a/initer/templates.go +++ b/initer/templates.go @@ -29,7 +29,7 @@ var defaultTemplate string = ` -{{if .PostCollection}} +{{if or .PostCollection .Blogpost}} {{end}}