mirror of
https://github.com/tangkunyin/hexo-theme-jsimple.git
synced 2026-01-25 14:56:28 +00:00
20 lines
727 B
Plaintext
20 lines
727 B
Plaintext
<% if (format === 'auto') { %>
|
|
<ins class="adsbygoogle"
|
|
style="<%- adStyles %>"
|
|
data-ad-client="<%= theme.adsense.client_id %>"
|
|
data-ad-slot="<%- slotId %>"
|
|
data-ad-format="auto"
|
|
data-full-width-responsive="true"></ins>
|
|
<% } else if (format === 'fluid') { %>
|
|
<ins class="adsbygoogle"
|
|
style="<%- adStyles %>"
|
|
data-ad-layout="in-article"
|
|
data-ad-format="fluid"
|
|
data-ad-client="<%= theme.adsense.client_id %>"
|
|
data-ad-slot="<%- slotId %>"></ins>
|
|
<% } else { %>
|
|
<ins class="adsbygoogle"
|
|
style="<%- adStyles %>"
|
|
data-ad-client="<%= theme.adsense.client_id %>"
|
|
data-ad-slot="<%- slotId %>"></ins>
|
|
<% } %> |