From 03fad727699cc0d47639f3485d7d62baf4ed4013 Mon Sep 17 00:00:00 2001 From: David Runge Date: Sat, 20 Apr 2019 19:16:57 +0200 Subject: conf.py: Shortening the link name of RSS feed to simply RSS. --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index d38e406..d3daab2 100644 --- a/conf.py +++ b/conf.py @@ -175,7 +175,7 @@ NAVIGATION_LINKS = { ("/links/", "Links"), ("/archive.html", "Archive"), ("/categories/", "Tags"), - ("/rss.xml", "RSS feed"), + ("/rss.xml", "RSS"), ), } -- cgit v1.2.3