From c249dbb35dd7ed8f3068ccd802394e6a85ff5bea Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 18 Jan 2017 21:28:40 +0000 Subject: [PATCH] fix screenfetch stuff --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index 3679276..648c65b 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -68,10 +68,10 @@ FEED_DOMAIN = SITEURL PLUGIN_PATHS = ["plugins", "pelican_plugins"] PLUGINS = [ 'sitemap', - 'pelican-jinja2content', + 'screenfetch', 'metatags', 'autopages', - 'screenfetch', + 'pelican-jinja2content', 'post_build', 'static_build' ]