Skip to content

Commit

Permalink
Remove module load
Browse files Browse the repository at this point in the history
  • Loading branch information
timkelty committed May 12, 2022
1 parent 1dc441b commit fc283cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions templates/_/layouts/base.twig
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@

{% block body %}{% endblock %}

{{ craft.twigpack.includeSafariNomoduleFix() }}
{{ craft.twigpack.includeJsModule("/js/site.js", true) }}
{{ craft.twigpack.includeJsModule("/js/site.js") }}

</body>

Expand Down

0 comments on commit fc283cb

Please sign in to comment.