From bd5a74db218c1d8ff8807390b45847f0d8da4493 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Sat, 28 Sep 2019 02:05:03 +0300 Subject: [PATCH] _config.yml: Exclude the template file --- _config.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_config.yml b/_config.yml index 560d18987..657539445 100644 --- a/_config.yml +++ b/_config.yml @@ -46,3 +46,6 @@ theme: minima plugins: - jekyll-feed + +exclude: + - newsletter-template.md