2016-11-21 15:55:03 -05:00
|
|
|
{{#if showAd}}
|
2015-10-15 13:58:49 -04:00
|
|
|
{{#if site.mobileView}}
|
2018-01-08 13:54:21 -05:00
|
|
|
<div class="google-dfp-ad-label" style={{adTitleStyleMobile}}><h2>{{i18n 'adplugin.advertisement_label'}}</h2></div>
|
2016-04-21 13:01:15 -04:00
|
|
|
<div id={{divId}} style={{adWrapperStyle}} class="dfp-ad-unit" align=center></div>
|
2015-10-15 13:58:49 -04:00
|
|
|
{{else}}
|
2018-01-08 13:54:21 -05:00
|
|
|
<div class="google-dfp-ad-label"><h2>{{i18n 'adplugin.advertisement_label'}}</h2></div>
|
2015-10-15 13:58:49 -04:00
|
|
|
<div id={{divId}} style={{adWrapperStyle}} class="dfp-ad-unit" align=center></div>
|
2015-08-19 20:07:51 -04:00
|
|
|
{{/if}}
|
2016-04-21 13:01:15 -04:00
|
|
|
{{/if}}
|