theme/plugins: move plugins to the top
diff --git a/pelicanconf.py b/pelicanconf.py
index c20ed3d..f7e0f58 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -68,7 +68,7 @@
 
 # List of plugins paths utilised by this site
 PLUGIN_PATHS = [
-    'theme/plugins',
+    'plugins',
 ]
 
 # List of plugins names