diff options
-rw-r--r-- | conf.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -577,13 +577,13 @@ IMAGE_FOLDERS = {'images': 'about'} | |||
577 | # 'Read more...' for the index page, if INDEX_TEASERS is True (translatable) | 577 | # 'Read more...' for the index page, if INDEX_TEASERS is True (translatable) |
578 | INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}…</a></p>' | 578 | INDEX_READ_MORE_LINK = '<p class="more"><a href="{link}">{read_more}…</a></p>' |
579 | # 'Read more...' for the RSS_FEED, if RSS_TEASERS is True (translatable) | 579 | # 'Read more...' for the RSS_FEED, if RSS_TEASERS is True (translatable) |
580 | RSS_READ_MORE_LINK = '<p><a href="{link}">{read_more}…</a> ({min_remaining_read})</p>' | 580 | FEED_READ_MORE_LINK = '<p><a href="{link}">{read_more}…</a> ({min_remaining_read})</p>' |
581 | 581 | ||
582 | # Append a URL query to the RSS_READ_MORE_LINK and the //rss/item/link in | 582 | # Append a URL query to the RSS_READ_MORE_LINK and the //rss/item/link in |
583 | # RSS feeds. Minimum example for Piwik "pk_campaign=rss" and Google Analytics | 583 | # RSS feeds. Minimum example for Piwik "pk_campaign=rss" and Google Analytics |
584 | # "utm_source=rss&utm_medium=rss&utm_campaign=rss". Advanced option used for | 584 | # "utm_source=rss&utm_medium=rss&utm_campaign=rss". Advanced option used for |
585 | # traffic source tracking. | 585 | # traffic source tracking. |
586 | RSS_LINKS_APPEND_QUERY = False | 586 | FEED_LINKS_APPEND_QUERY = False |
587 | 587 | ||
588 | # A HTML fragment describing the license, for the sidebar. | 588 | # A HTML fragment describing the license, for the sidebar. |
589 | # (translatable) | 589 | # (translatable) |