|
|
@@ -1 +1,19 @@
|
|
|
+{% if site.lang == "zh-cn" %}
|
|
|
+<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
+<ins class="adsbygoogle"
|
|
|
+ style="display:block"
|
|
|
+ data-ad-format="fluid"
|
|
|
+ data-ad-layout-key="-fv+64+31-d5+c4"
|
|
|
+ data-ad-client="ca-pub-6977536652297913"
|
|
|
+ {% if page.layout == "home" %}
|
|
|
+ data-ad-slot="2009596806"
|
|
|
+ {% else %}
|
|
|
+ data-ad-slot="3521811410"
|
|
|
+ {% endif %}
|
|
|
+></ins>
|
|
|
+<script>
|
|
|
+(adsbygoogle = window.adsbygoogle || []).push({})
|
|
|
+</script>
|
|
|
+{% else %}
|
|
|
<script async type="text/javascript" src="//cdn.carbonads.com/carbon.js?serve=CK7DE27Y&placement=bootstrap-tablewenzhixinnetcn" id="_carbonads_js"></script>
|
|
|
+{% endif %}
|