From 0d3b9ea0bf1467de602445cadf77557d843b219a Mon Sep 17 00:00:00 2001 From: samaradel Date: Sun, 3 Sep 2023 21:39:29 +0300 Subject: [PATCH] rm extra logo in small screens --- templates/partials/header.html | 11 ----------- templates/partials/header_custom.html | 12 ------------ 2 files changed, 23 deletions(-) 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 %}