diff --git a/docs/overrides/base.html b/docs/overrides/base.html
deleted file mode 100644
index 2bc3adb..0000000
--- a/docs/overrides/base.html
+++ /dev/null
@@ -1,201 +0,0 @@
-
-
-
- {%- block site_meta %}
-
-
-
- {% if page and page.is_homepage %}{% endif %}
- {% if config.site_author %}{% endif %}
- {% if page and page.canonical_url %}{% endif %}
- {% if config.site_favicon %}
- {% else %}{% endif %}
- {%- endblock %}
-
- {%- block htmltitle %}
- {% if page and page.title and not page.is_homepage %}{{ page.title }} - {% endif %}{{ config.site_name }}
- {%- endblock %}
-
- {%- block styles %}
-
-
-
- {%- if config.theme.highlightjs %}
-
- {%- endif %}
- {%- for path in extra_css %}
-
- {%- endfor %}
- {%- endblock %}
-
- {%- block libs %}
-
-
-
- {%- if config.theme.highlightjs %}
-
- {%- for lang in config.theme.hljs_languages %}
-
- {%- endfor %}
-
- {%- endif %}
- {%- endblock %}
-
- {%- block analytics %}
- {%- if config.theme.analytics.gtag %}
-
-
- {%- elif config.google_analytics %}
-
- {%- endif %}
- {%- endblock %}
-
- {%- block extrahead %} {% endblock %}
-
-
-
-
-
-
- {%- block site_name %}
-
{{ config.site_name }}
- {%- endblock %}
-
- {%- if nav|length>1 or (page and (page.next_page or page.previous_page)) or config.repo_url %}
-
-
- {%- endif %}
-
-
-
- {%- block site_nav %}
- {%- if nav|length>1 %}
-
-
- {%- endif %}
- {%- endblock %}
-
-
-
-
-
-
-
-
- {%- block content %}
-
{% include "toc.html" %}
-
{% include "content.html" %}
- {%- endblock %}
-
-
-
-
-
- {%- block scripts %}
-
-
- {%- for path in extra_javascript %}
-
- {%- endfor %}
- {%- endblock %}
-
- {% if 'search' in config['plugins'] %}{%- include "search-modal.html" %}{% endif %}
- {%- include "keyboard-modal.html" %}
-
-
-
-{% if page and page.is_homepage %}
-
-{% endif %}
diff --git a/docs/overrides/main.html b/docs/overrides/main.html
new file mode 100644
index 0000000..adaee90
--- /dev/null
+++ b/docs/overrides/main.html
@@ -0,0 +1,4 @@
+{% extends "base.html" %}
+
+{% block next_prev %}
+{% endblock %}