Fix local Carbasa header rendering
This commit is contained in:
@@ -1 +1 @@
|
|||||||
{% include "carbasa/headers/header.html" %}
|
{% include "oxyan/headers/mega.html" %}
|
||||||
|
|||||||
@@ -3,4 +3,4 @@ Project-level header override:
|
|||||||
force engine pages to render the Carbasa header instead of
|
force engine pages to render the Carbasa header instead of
|
||||||
the template_engine fallback header.
|
the template_engine fallback header.
|
||||||
{% endcomment %}
|
{% endcomment %}
|
||||||
{% include "carbasa/headers/header.html" %}
|
{% include "oxyan/headers/mega.html" %}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{% include "carbasa/headers/header.html" %}
|
{% include "oxyan/headers/mega.html" %}
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{% include "carbasa/headers/header.html" %}
|
{% include "oxyan/headers/mega.html" %}
|
||||||
|
|||||||
@@ -11,6 +11,12 @@
|
|||||||
{% block title %}{% firstof page.seo_title self.seo_title page.title self.title shop_name %}{% endblock %}
|
{% block title %}{% firstof page.seo_title self.seo_title page.title self.title shop_name %}{% endblock %}
|
||||||
{% block description %}{% firstof page.search_description self.search_description "" %}{% endblock %}
|
{% block description %}{% firstof page.search_description self.search_description "" %}{% endblock %}
|
||||||
|
|
||||||
|
{% block base_css %}
|
||||||
|
{{ block.super }}
|
||||||
|
{# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #}
|
||||||
|
<link rel="stylesheet" type="text/x-scss" href="{% static 'carbasa/webshop_base.scss' %}">
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
{% block extrahead %}
|
{% block extrahead %}
|
||||||
{% if cookie_jar.settings.google_tag_manager and cookie_jar.functional.is_allowed %}
|
{% if cookie_jar.settings.google_tag_manager and cookie_jar.functional.is_allowed %}
|
||||||
<link rel="preconnect" href="https://www.googletagmanager.com"/>
|
<link rel="preconnect" href="https://www.googletagmanager.com"/>
|
||||||
@@ -33,7 +39,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% block navbar %}
|
{% block navbar %}
|
||||||
{% include "carbasa/headers/header.html" %}
|
{% include "oxyan/headers/mega.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content_wrapper %}
|
{% block content_wrapper %}
|
||||||
|
|||||||
Reference in New Issue
Block a user