From d2219cec36f740a93a550b6c100746cf9b083734 Mon Sep 17 00:00:00 2001 From: Keavon Chambers Date: Sun, 22 Jan 2023 00:59:26 -0800 Subject: [PATCH] Fix website RSS feed title --- website/config.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/config.toml b/website/config.toml index 8e0af29a..0f0c585e 100644 --- a/website/config.toml +++ b/website/config.toml @@ -4,6 +4,8 @@ base_url = "https://graphite.rs" # Whether to automatically compile all Sass files in the sass directory compile_sass = true +title = "Graphite" +description = "2D raster & vector editor that melds traditional layers & tools with a modern node-based procedural workflow." feed_filename = "rss.xml" [markdown]