2016-11-21 15:55:03 -05:00
|
|
|
{{#if showAd}}
|
2016-02-19 15:06:13 -05:00
|
|
|
{{#if site.mobileView}}
|
2015-12-24 12:24:40 -05:00
|
|
|
<div class="google-adsense-label" style={{adTitleStyleMobile}}><h2>ADVERTISEMENT</h2></div>
|
2016-04-04 16:51:34 -04:00
|
|
|
<div class="google-adsense-content" style={{adWrapperStyleMobile}}>
|
2015-09-15 22:11:50 -04:00
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style={{adInsStyleMobile}}
|
|
|
|
data-ad-client="ca-pub-{{publisher_id}}"
|
2017-05-29 18:00:38 -04:00
|
|
|
data-ad-slot={{ad_mobile_code}}
|
|
|
|
data-ad-format={{autoAdFormat}}>
|
2015-09-15 22:11:50 -04:00
|
|
|
</ins>
|
|
|
|
</div>
|
|
|
|
{{else}}
|
2015-10-28 19:51:53 -04:00
|
|
|
<div class="google-adsense-label"><h2>ADVERTISEMENT</h2></div>
|
2016-04-04 16:51:34 -04:00
|
|
|
<div class="google-adsense-content" style={{adWrapperStyle}}>
|
2015-09-15 22:11:50 -04:00
|
|
|
<ins class="adsbygoogle"
|
|
|
|
style={{adInsStyle}}
|
|
|
|
data-ad-client="ca-pub-{{publisher_id}}"
|
2017-05-29 18:00:38 -04:00
|
|
|
data-ad-slot={{ad_code}}
|
|
|
|
data-ad-format={{autoAdFormat}}>
|
2015-09-15 22:11:50 -04:00
|
|
|
</ins>
|
|
|
|
</div>
|
|
|
|
{{/if}}
|
2015-08-25 00:30:23 -04:00
|
|
|
{{/if}}
|