Skip to content

Commit

Permalink
fix module paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bmatto committed Oct 30, 2024
1 parent 7701690 commit d321f6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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/getting-started-app/components/modules/Header" %}
{% module 'main header' path="@projects/getting-started-project-theme/getting-started-theme/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/getting-started-app/components/modules/Footer" %}
{% module 'footer' path="@projects/getting-started-project-theme/getting-started-theme/components/modules/Footer" %}
{% endblock footer %}
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{% module
"weather"
path="@projects/getting-started-project/getting-started-app/components/modules/Weather",
path="@projects/getting-started-project-theme/getting-started-theme/components/modules/Weather",
%}

{% endblock body %}

0 comments on commit d321f6f

Please sign in to comment.