Skip to content

Commit 79e30e7

Browse files
fix(html): scripts in head
1 parent dd93dbe commit 79e30e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_includes/head.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
<script defer
7878
src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/bootstrap@4/dist/js/bootstrap.min.js"></script>
7979

80-
<script async
81-
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1872619258207885" crossorigin="anonymous"></script>
80+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1872619258207885"
81+
crossorigin="anonymous"></script>
8282

8383
{% include js-selector.html %}
8484

0 commit comments

Comments
 (0)