Add ad infrastructure

Add ad infrastructure to begin experimenting with ads to cover site
costs.
This commit is contained in:
Cøbra 2016-02-23 17:30:24 +00:00
parent 52be8f7ea2
commit ecbc26eaa1
3 changed files with 69 additions and 0 deletions

View file

@ -6,6 +6,15 @@ http://opensource.org/licenses/MIT.
<script type="text/javascript">
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."}
];
showAds(ads);
*/
</script>
{% comment %}