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"]
|
||||
PLUGINS = [
|
||||
'sitemap',
|
||||
'pelican-jinja2content',
|
||||
'screenfetch',
|
||||
'metatags',
|
||||
'autopages',
|
||||
'screenfetch',
|
||||
'pelican-jinja2content',
|
||||
'post_build',
|
||||
'static_build'
|
||||
]
|
||||
|
|
Reference in a new issue