From 5cac163dc0fb437b84e07362501fc9faba68e3e2 Mon Sep 17 00:00:00 2001 From: valvin Date: Fri, 7 Oct 2022 08:38:50 +0200 Subject: [PATCH] fix(config): rename atom title --- capsule/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/capsule/config.toml b/capsule/config.toml index 6aa0d8a..0b27d76 100644 --- a/capsule/config.toml +++ b/capsule/config.toml @@ -36,6 +36,6 @@ template = ".html" [[tasks.feeds]] input_dir = "./gemlog" -title = "Valvin's Gemlog on tilde.team" +title = "Le GemLog de Valvin (html)" template = "atom.xml" output = "atom.xml"