From f7c98c1514bb3c91b4e80ca6ec6ca8ad7b846674 Mon Sep 17 00:00:00 2001 From: adnano Date: Wed, 9 Feb 2022 19:10:50 -0500 Subject: [PATCH] config.toml: Update input_dir --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 8009d33..3dc2bdc 100644 --- a/config.toml +++ b/config.toml @@ -13,7 +13,7 @@ static_dir = "static" output_dir = "public" [[tasks.feeds]] -input_dir = "" +input_dir = "." title = "Example feed" template = "atom.xml" output = "atom.xml"