Disable Google AdSense ads by default

- Fixes #87, removes blank space on small screens
This commit is contained in:
Michael Rose 2014-09-02 16:53:10 -04:00
parent e387eb2bea
commit 50756630bf

View file

@ -48,7 +48,7 @@
</span> </span>
<!-- /.social-share --> <!-- /.social-share -->
{% endif %} {% endif %}
{% if page.ads != false %}{% include ad-sidebar.html %}<!-- /.google-ads -->{% endif %} {% if page.ads == true %}{% include ad-sidebar.html %}<!-- /.google-ads -->{% endif %}
</footer> </footer>
<div class="entry-content"> <div class="entry-content">
{{ content }} {{ content }}