We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26526b3 commit a94339eCopy full SHA for a94339e
layout/_third-party/analytics/google-analytics.swig
@@ -1,5 +1,5 @@
1
{% if theme.google_analytics %}
2
- <script async src="https://www.googletagmanager.com/gtag/js?id={{ theme.google_analytics }}"></script>
+ <script async src="//www.googletagmanager.com/gtag/js?id={{ theme.google_analytics }}"></script>
3
<script>
4
window.dataLayer = window.dataLayer || [];
5
function gtag(){dataLayer.push(arguments);}
0 commit comments