dash-docs/_includes/layout/base/footer-js.html
Cøbra 7a27f474eb
Trial selling ads
Experiment with selling ads to generate site revenue.
2016-03-01 14:23:26 +00:00

22 lines
555 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://bitcointalk.org/index.php?topic=1382493", text: "Advertise your website 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 %}