fix screenfetch stuff
This commit is contained in:
parent
1f8cf9871e
commit
c249dbb35d
1 changed files with 2 additions and 2 deletions
|
@ -68,10 +68,10 @@ FEED_DOMAIN = SITEURL
|
||||||
PLUGIN_PATHS = ["plugins", "pelican_plugins"]
|
PLUGIN_PATHS = ["plugins", "pelican_plugins"]
|
||||||
PLUGINS = [
|
PLUGINS = [
|
||||||
'sitemap',
|
'sitemap',
|
||||||
'pelican-jinja2content',
|
'screenfetch',
|
||||||
'metatags',
|
'metatags',
|
||||||
'autopages',
|
'autopages',
|
||||||
'screenfetch',
|
'pelican-jinja2content',
|
||||||
'post_build',
|
'post_build',
|
||||||
'static_build'
|
'static_build'
|
||||||
]
|
]
|
||||||
|
|
Reference in a new issue