Fix website RSS feed title

This commit is contained in:
Keavon Chambers 2023-01-22 00:59:26 -08:00
parent 05425e39ec
commit d2219cec36
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ base_url = "https://graphite.rs"
# Whether to automatically compile all Sass files in the sass directory # Whether to automatically compile all Sass files in the sass directory
compile_sass = true 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" feed_filename = "rss.xml"
[markdown] [markdown]