commit dc6085dc05e4c687c9731e8691f4c5e7839af258 parent 685cc169ee43ffd247f3a569b979dd99cb061be6 Author: Ryan H <git@dredx.com> Date: Sun, 11 Dec 2022 21:30:17 -0800 missed the rss bool Diffstat:
| M | config.toml | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/config.toml b/config.toml @@ -13,4 +13,5 @@ languageCode = 'en-us' #footer items nextprev = true - taglist = true -\ No newline at end of file + taglist = true + showrss = true +\ No newline at end of file