diff --git a/templates/base.twig b/templates/base.twig index 35d96bc..88db924 100644 --- a/templates/base.twig +++ b/templates/base.twig @@ -1,4 +1,4 @@ -{% set codeBlocks = globalCode.codeBlocks.all() %} +{#{% set codeBlocks = globalCode.codeBlocks.all() %}#} {% set devMode = craft.app.config.general.devMode ? 'true' : 'false' %} diff --git a/templates/modules/nav.twig b/templates/modules/navigation.twig similarity index 100% rename from templates/modules/nav.twig rename to templates/modules/navigation.twig