diff --git a/content/pages/page_list.html b/content/page_list.html
similarity index 100%
rename from content/pages/page_list.html
rename to content/page_list.html
diff --git a/pelicanconf.py b/pelicanconf.py
index 17a5c47..9c6411a 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -37,7 +37,7 @@ SOCIAL = (('You can add links in your config file', '#'),
DEFAULT_PAGINATION = 20
PAGINATED_TEMPLATES = {'index': None, 'tag': None, 'category': None, 'author': None}
-TEMPLATE_PAGES = {'pages/page_list.html': 'public/page_list.html'}
+TEMPLATE_PAGES = {'page_list.html': 'public/page_list.html'}
# Uncomment following line if you want document-relative URLs when developing
#RELATIVE_URLS = True