mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Feature: Add setting to append ref parameter to links in feeds (#3249)
This commit is contained in:
parent
0f5179b816
commit
0b5934a1fa
3 changed files with 9 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ DEFAULT_CONFIG = {
|
|||
"TRANSLATION_FEED_ATOM": "feeds/all-{lang}.atom.xml",
|
||||
"FEED_MAX_ITEMS": 100,
|
||||
"RSS_FEED_SUMMARY_ONLY": True,
|
||||
"FEED_APPEND_REF": False,
|
||||
"SITEURL": "",
|
||||
"SITENAME": "A Pelican Blog",
|
||||
"DISPLAY_PAGES_ON_MENU": True,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue