Skip to content

Commit

Permalink
Fixing missing HubL references in files
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonnrosa committed Dec 11, 2023
1 parent a786cdd commit c59aac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/templates/layouts/base.hubl.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<body>
<div class="body-wrapper {{ builtin_body_classes }}">
{% block header %}
{% global_partial path='../partials/header.html' %}
{% global_partial path='../partials/header.hubl.html' %}
{% 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 @@ -31,7 +31,7 @@
</main>

{% block footer %}
{% global_partial path='../partials/footer.html' %}
{% global_partial path='../partials/footer.hubl.html' %}
{% endblock footer %}
</div>
{{ require_js(get_asset_url('../../js/main.hubl.js')) }}
Expand Down

0 comments on commit c59aac1

Please sign in to comment.