From 1fd68595638ea3d6f3f0b7073c53b8ff37a0535f Mon Sep 17 00:00:00 2001 From: erdgeist Date: Mon, 23 Nov 2015 21:59:05 +0100 Subject: Fix some deprecated settings --- conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf.py b/conf.py index ba2906b..e2a080c 100644 --- a/conf.py +++ b/conf.py @@ -577,13 +577,13 @@ IMAGE_FOLDERS = {'images': 'about'} # 'Read more...' for the index page, if INDEX_TEASERS is True (translatable) INDEX_READ_MORE_LINK = '

{read_more}…

' # 'Read more...' for the RSS_FEED, if RSS_TEASERS is True (translatable) -RSS_READ_MORE_LINK = '

{read_more}… ({min_remaining_read})

' +FEED_READ_MORE_LINK = '

{read_more}… ({min_remaining_read})

' # Append a URL query to the RSS_READ_MORE_LINK and the //rss/item/link in # RSS feeds. Minimum example for Piwik "pk_campaign=rss" and Google Analytics # "utm_source=rss&utm_medium=rss&utm_campaign=rss". Advanced option used for # traffic source tracking. -RSS_LINKS_APPEND_QUERY = False +FEED_LINKS_APPEND_QUERY = False # A HTML fragment describing the license, for the sidebar. # (translatable) -- cgit v1.2.3