word-games-theme 0.2.9 → 0.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/adsense/adsense.html +2 -2
- data/_includes/head/index.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7da22180ed6e564dd3866daa761bbb5ddea0e248fe5764c7bd5e5ee1596cca69
|
4
|
+
data.tar.gz: e87ca289a0b475e688d44dddc326095e0db8ce84b76a4b7c40cb21ae4e86b2ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0e50a6d579da83ad614b20b44ade0ad697803da997074dcabc4327e679a81e407c130b70a4a4e4741ff984103d2c1416a0a6bb5c54cb842c1632a4c3053aeec
|
7
|
+
data.tar.gz: 30be93e86033b06ab5345a96adbeb542861e0e6b2a19b06f7685431e9b012010beddfeb6648f5f22c85d1d4fbf77b6d5f6dcc8e9d58706202636155a439a1d7a
|
@@ -1,4 +1,4 @@
|
|
1
|
-
{% if jekyll.environment == 'production' and site.
|
2
|
-
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{site.
|
1
|
+
{% if jekyll.environment == 'production' and site.clientId %}
|
2
|
+
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client={{site.clientId}}"
|
3
3
|
crossorigin="anonymous"></script>
|
4
4
|
{% endif %}
|
data/_includes/head/index.html
CHANGED