dash-docs/_includes/layout/base/footer-js.html
Cøbra ecbc26eaa1 Add ad infrastructure
Add ad infrastructure to begin experimenting with ads to cover site
costs.
2016-02-23 17:30:24 +00:00

26 lines
666 B
HTML

{% comment %}
This file is licensed under the MIT License (MIT) available on
http://opensource.org/licenses/MIT.
{% endcomment %}
<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 %}
<!-- A hook to allow pages to add JS at the very end of
the page so it runs after all content and CSS has loaded -->
{% endcomment %}
{% if page.end_of_page %}
{{page.end_of_page}}
{% endif %}