diff --git a/docs_theme/404.html b/docs_theme/404.html index ce520a7c1..078b9f5ae 100644 --- a/docs_theme/404.html +++ b/docs_theme/404.html @@ -1,4 +1,4 @@ -{% extends "base.html" %} +{% extends "main.html" %} {% block content %} diff --git a/docs_theme/base.html b/docs_theme/main.html similarity index 88% rename from docs_theme/base.html rename to docs_theme/main.html index 6cb929d1c..2f57fad0d 100644 --- a/docs_theme/base.html +++ b/docs_theme/main.html @@ -4,11 +4,11 @@ - {% if page_title %}{{ page_title }} - {% endif %}{{ site_name }} + {% if page.title %}{{ page.title }} - {% endif %}{{ config.site_name }} - + - + @@ -51,7 +51,7 @@ } - +
{% include "nav.html" %} @@ -83,14 +83,14 @@