From c59aac1443a9cd989726cb7b356cf00436c03ec7 Mon Sep 17 00:00:00 2001 From: Jason Rosa Date: Mon, 11 Dec 2023 10:34:49 -0500 Subject: [PATCH] Fixing missing HubL references in files --- src/sections/{pricing.html => pricing.hubl.html} | 0 src/templates/layouts/base.hubl.html | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/sections/{pricing.html => pricing.hubl.html} (100%) 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')) }}