From 7a27f474eb4519aacee215d0a16ecacf72b88959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B8bra?= Date: Tue, 1 Mar 2016 14:23:26 +0000 Subject: [PATCH] Trial selling ads Experiment with selling ads to generate site revenue. --- _includes/layout/base/footer-js.html | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/_includes/layout/base/footer-js.html b/_includes/layout/base/footer-js.html index d71747e6..fce7b060 100644 --- a/_includes/layout/base/footer-js.html +++ b/_includes/layout/base/footer-js.html @@ -7,14 +7,10 @@ http://opensource.org/licenses/MIT. fallbackSVG(); addAnchorLinks(); - /* var ads = [ - {website: "https://bitcoin.org", text: "Slot 1 text goes here."}, - {website: "https://bitcoin.org", text: "Slot 2 text goes here."}, - {website: "https://bitcoin.org", text: "Slot 3 text goes here."} - ]; + var ads = [{website: "https://bitcointalk.org/index.php?topic=1382493", text: "Advertise your website here!"}]; showAds(ads); - */ + {% comment %}