From b99365be75cc9afe2cc17ff522f074cef9796159 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Tue, 23 Jun 2020 16:17:53 +0200 Subject: Fix the news feeds So far 'layout: null' has been used for the feed. Starting from version 3.5.0, using none in a post/document will produce a file without using a layout file regardless of front matter defaults. That's why none is used instead of null now, as currently the Tyrian layout is applied to the news feed and thus breaks the feeds. Signed-off-by: Max Magorsch --- feeds/news.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/news.xml b/feeds/news.xml index 326571d..2b266c2 100644 --- a/feeds/news.xml +++ b/feeds/news.xml @@ -1,5 +1,5 @@ --- -layout: null +layout: none --- -- cgit v1.2.3-18-g5258