Skip to content

Commit 6107daf

Browse files
committed
optimization
1 parent 0c1cac5 commit 6107daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_layouts/default.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ <h1 class="text-white text-glow self-center">thewhiteh4t's Blog</h1>
143143

144144
<script async src="{{ site.url }}/js/lazysizes.min.js"></script>
145145
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-114300490-1"></script>
146-
<script async>
146+
<script async src="https://www.google-analytics.com/analytics.js"></script>
147+
<script>
147148
window.dataLayer = window.dataLayer || [];
148149
function gtag(){dataLayer.push(arguments);}
149150
gtag('js', new Date());

0 commit comments

Comments
 (0)