Skip to content
Snippets Groups Projects
Commit c2ee7e11 authored by James Vasile's avatar James Vasile Committed by Tris Haines
Browse files

Don't add search to plugins if it's already there

parent d60d5dec
No related branches found
No related tags found
1 merge request!1Added code for byline to article template
......@@ -23,7 +23,8 @@ CATEGORY_FEED_RSS = 'feeds/{slug}.rss'
SITEURL = 'https://blog.opentechstrategies.com'
SEARCH_ENABLED = True
PLUGINS.append('search')
if not 'search' in PLUGINS:
PLUGINS.append('search')
DELETE_OUTPUT_DIRECTORY = True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment