From 12503fd8211bbdf07d5211ad49645bfd0fef8a3e Mon Sep 17 00:00:00 2001
From: Yaroslav <contact@yaroslavps.com>
Date: Thu, 13 Aug 2020 17:24:30 +0300
Subject: First changes for separate section feeds

https://github.com/getzola/zola/pull/1128
---
 content/food/_index.md   | 2 ++
 content/weblog/_index.md | 2 ++
 2 files changed, 4 insertions(+)

(limited to 'content')

diff --git a/content/food/_index.md b/content/food/_index.md
index 9813b83..ecb844f 100644
--- a/content/food/_index.md
+++ b/content/food/_index.md
@@ -1,5 +1,7 @@
 +++
+title = "A collection of recipes by Yaroslav de la Peña Smirnov"
 sort_by = "date"
 template = "weblog.html"
 paginate_by = 10
+generate_feed = true
 +++
diff --git a/content/weblog/_index.md b/content/weblog/_index.md
index 9813b83..726b00b 100644
--- a/content/weblog/_index.md
+++ b/content/weblog/_index.md
@@ -1,5 +1,7 @@
 +++
+title = "A weblog by Yaroslav de la Peña Smirnov"
 sort_by = "date"
 template = "weblog.html"
 paginate_by = 10
+generate_feed = true
 +++
-- 
cgit v1.2.3