diff --git a/templates/author.html b/templates/author.html
index f792cee5c21115d30642e2424cf9689709a6855f..187399b7a3977009c03d465aaf1eff21d4ce1c7c 100644
--- a/templates/author.html
+++ b/templates/author.html
@@ -1,4 +1,4 @@
-{% extends "page_default.html" %}
+{% extends "page.html" %}
 
 {% block title %}{{ SITENAME }} — Articles by {{ author }}{% endblock %}
 {% block content_title %}
diff --git a/templates/page_default.html b/templates/page.html
similarity index 100%
rename from templates/page_default.html
rename to templates/page.html