diff --git a/templates/partials/header.html b/templates/partials/header.html index 4df476c..b090022 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -117,18 +117,7 @@ {{ subsection | safe }} -
{% endfor %} - {% if "footer/_index.md" in subsections_str %} - {% set section = get_section(path="footer/_index.md")%} -
-
- Company name -

- {{section.description}} -

-
- {% endif %}
diff --git a/templates/partials/header_custom.html b/templates/partials/header_custom.html index 1c66100..53f3bf4 100644 --- a/templates/partials/header_custom.html +++ b/templates/partials/header_custom.html @@ -133,20 +133,8 @@ {% endif %} -
{% endif %} {% endfor %} - {% if "footer/_index.md" in subsections_str %} - {% set section = get_section(path="footer/_index.md")%} - {% set logoPath = section.extra.logoPath %} -
-
- Company name -

- {{section.description}} -

-
- {% endif %}