Last active
October 18, 2015 05:00
-
-
Save archondigital/c03c0ea45f7969d1c7ea to your computer and use it in GitHub Desktop.
Conditional for disabling Adsense code when running Jekyll on localhost
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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