1 Commits

Author SHA1 Message Date
e36cb45912 Use SCSS layout overrides include in layout template 2026-05-14 03:57:18 +02:00

View File

@@ -15,7 +15,7 @@
{{ block.super }} {{ block.super }}
{# Ensure Carbasa webshop styling is present so responsive header/footer render correctly. #} {# 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' %}"> <link rel="stylesheet" type="text/x-scss" href="{% static 'carbasa/webshop_base.scss' %}">
<link rel="stylesheet" type="text/css" href="{% static 'mandelstudio/css/layout_overrides.css' %}"> <link rel="stylesheet" type="text/x-scss" href="{% static 'mandelstudio/scss/layout_overrides.scss' %}">
{% endblock %} {% endblock %}
{% block extrahead %} {% block extrahead %}