diff --git a/overrides/main.html b/overrides/main.html deleted file mode 100644 index afc7dfda..00000000 --- a/overrides/main.html +++ /dev/null @@ -1,54 +0,0 @@ -{% extends "base.html" %} - -{% block announce %} - -{% endblock %} - -{% block htmltitle %} - {% if page.meta and page.meta.title %} - {{ page.meta.title }} - {% elif page.title and not page.is_homepage %} - {{ page.title | striptags }} - {% else %} - XDC Chain Documentation - {% endif %} -{% endblock %} - -{% block footer %} -{% include "partials/footer.html" %} - - -{% endblock %} diff --git a/overrides/partials/header.html b/overrides/partials/header.html deleted file mode 100644 index 437708a0..00000000 --- a/overrides/partials/header.html +++ /dev/null @@ -1,105 +0,0 @@ - - - -{% set class = "md-header" %} -{% if "navigation.tabs.sticky" in features %} -{% set class = class ~ " md-header--shadow md-header--lifted" %} -{% elif "navigation.tabs" not in features %} -{% set class = class ~ " md-header--shadow" %} -{% endif %} - - -
- - - - {% if "navigation.tabs.sticky" in features %} - {% if "navigation.tabs" in features %} - {% include "partials/tabs.html" %} - {% endif %} - {% endif %} -
\ No newline at end of file