diff --git a/src/sections/pricing.html b/src/sections/pricing.hubl.html similarity index 100% rename from src/sections/pricing.html rename to src/sections/pricing.hubl.html diff --git a/src/templates/layouts/base.hubl.html b/src/templates/layouts/base.hubl.html index 74abea4b3..399a6543b 100644 --- a/src/templates/layouts/base.hubl.html +++ b/src/templates/layouts/base.hubl.html @@ -20,7 +20,7 @@
{% 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 #} @@ -31,7 +31,7 @@ {% block footer %} - {% global_partial path='../partials/footer.html' %} + {% global_partial path='../partials/footer.hubl.html' %} {% endblock footer %}
{{ require_js(get_asset_url('../../js/main.hubl.js')) }}