mirror of
https://github.com/seigler/dash-docs
synced 2025-07-27 09:46:12 +00:00
Add ad infrastructure
Add ad infrastructure to begin experimenting with ads to cover site costs.
This commit is contained in:
parent
52be8f7ea2
commit
ecbc26eaa1
3 changed files with 69 additions and 0 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue