Skip to content

Commit

Permalink
use relative paths in base
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanhubspot authored Oct 30, 2024
1 parent abaeabd commit 540dd26
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body>
<div class="body-wrapper {{ builtin_body_classes }}">
{% block header %}
{% module 'main header' path="@projects/getting-started-project-theme/getting-started-theme/components/modules/Header" %}
{% module 'main header' path="../../components/modules/Header" %}
{% endblock header %}

{# The main-content ID is used for the navigation skipper in the header.html file. More information on the navigation skipper can be found here: https://github.com/HubSpot/cms-theme-boilerplate/wiki/Accessibility #}
Expand All @@ -26,7 +26,7 @@
{% endblock body %}

{% block footer %}
{% module 'footer' path="@projects/getting-started-project-theme/getting-started-theme/components/modules/Footer" %}
{% module 'footer' path="../../components/modules/Footer" %}
{% endblock footer %}
</div>

Expand Down

0 comments on commit 540dd26

Please sign in to comment.