We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffe127 commit 9bd6be9Copy full SHA for 9bd6be9
_includes/head.html
@@ -71,7 +71,7 @@
71
<script>
72
$(function() {
73
if(cookiePolicyManager.isCookiePolicyAccepted()) {
74
- $.getScript("{{script}}");
+ $.getScript("{{ script | relative_url }}");
75
}
76
});
77
</script>
@@ -86,7 +86,7 @@
86
{%- endif -%}
87
{%- if scripts -%}
88
{%- for script in scripts -%}
89
- <script src="{{script}}?v={{site.version_cache_hash}}"></script>
+ <script src="{{ script | relative_url }}?v={{site.version_cache_hash}}"></script>
90
{%- endfor -%}
91
92
0 commit comments