aboutsummaryrefslogtreecommitdiffstats
path: root/conf.py
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2019-04-20 19:16:57 +0200
committerDavid Runge <dave@sleepmap.de>2019-04-20 19:16:57 +0200
commit03fad727699cc0d47639f3485d7d62baf4ed4013 (patch)
treec96db7394907fd38eea2e897ce993ad3f5e46194 /conf.py
parent049be36622c5c4f77da154d254a9757ae44bb77e (diff)
downloadsleepmap-03fad727699cc0d47639f3485d7d62baf4ed4013.tar.gz
sleepmap-03fad727699cc0d47639f3485d7d62baf4ed4013.tar.bz2
sleepmap-03fad727699cc0d47639f3485d7d62baf4ed4013.tar.xz
sleepmap-03fad727699cc0d47639f3485d7d62baf4ed4013.zip
conf.py: Shortening the link name of RSS feed to simply RSS.
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py2
1 files changed, 1 insertions, 1 deletions
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"),
),
}