From 151102845fd10e41140961121ad0ddf09ae62cb5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 4 Sep 2014 20:58:32 -0400 Subject: [PATCH] Make Google AdSense banner in footer conditional --- _includes/_footer.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/_footer.html b/_includes/_footer.html index d8f120dc..510aab91 100644 --- a/_includes/_footer.html +++ b/_includes/_footer.html @@ -1,3 +1,4 @@ +{% if site.owner.google.ad-client and site.owner.google.ad-slot %} +{% endif %} © {{ site.time | date: '%Y' }} {{ site.owner.name }}. Powered by Jekyll using the Minimal Mistakes theme.