Skip to content

Instantly share code, notes, and snippets.

@archondigital
Last active October 18, 2015 05:00
Show Gist options
  • Save archondigital/c03c0ea45f7969d1c7ea to your computer and use it in GitHub Desktop.
Save archondigital/c03c0ea45f7969d1c7ea to your computer and use it in GitHub Desktop.
Conditional for disabling Adsense code when running Jekyll on localhost
{% if site.enable_adsense == true %}
<!-- Adsense Code here -->
{% else %}
<!-- Placeholder Ad here -->
{% endif %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment