Reverse LINKS_IN_NEW_TAB inclusion to pelicanconf

It was added in commit 2455759bd8
This commit is contained in:
Fidel Ramos 2019-10-30 22:04:57 +00:00
parent f0e999a68a
commit ccc112a280
No known key found for this signature in database
GPG key ID: 64490E0A752C21C4

View file

@ -39,12 +39,6 @@ USE_FOLDER_AS_CATEGORY = False
MAIN_MENU = True MAIN_MENU = True
HOME_HIDE_TAGS = True HOME_HIDE_TAGS = True
# Valid values for LINKS_IN_NEW_TAB:
# * Unset, None, True or any string to open all LINKS in a new window (default)
# * 'no', 'none', False or 0 to open all LINKS in the same window
# * 'external' to open LINKS to external sites in a new window, internal links in same window
LINKS_IN_NEW_TAB = 'external'
SOCIAL = ( SOCIAL = (
('github', 'https://github.com/alexandrevicenzi/Flex'), ('github', 'https://github.com/alexandrevicenzi/Flex'),
('rss', '/blog/feeds/all.atom.xml'), ('rss', '/blog/feeds/all.atom.xml'),