|
|
|
@ -25,18 +25,13 @@ layout: default
|
|
|
|
|
<div id="post" class="container">
|
|
|
|
|
<div class="row">
|
|
|
|
|
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
|
|
|
|
|
{% if site.data-ad-client %}
|
|
|
|
|
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
|
|
|
|
|
<!-- jekynewage google ads -->
|
|
|
|
|
<ins class="adsbygoogle"
|
|
|
|
|
style="display:block"
|
|
|
|
|
data-ad-client="ca-pub-9204963049240271"
|
|
|
|
|
data-ad-slot="2973388149"
|
|
|
|
|
data-ad-format="auto"></ins>
|
|
|
|
|
<script>
|
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({});
|
|
|
|
|
</script>
|
|
|
|
|
{% endif %}
|
|
|
|
|
<script>
|
|
|
|
|
(adsbygoogle = window.adsbygoogle || []).push({
|
|
|
|
|
google_ad_client: "ca-pub-8276279960282784",
|
|
|
|
|
enable_page_level_ads: true
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<hr>
|
|
|
|
|
|
|
|
|
|
{{ content }}
|
|
|
|
|