Update post.html

This commit is contained in:
Jamie 2017-01-23 23:12:46 +00:00 committed by GitHub
commit f94acb6640

View file

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