Skip to content

Commit

Permalink
feat(onelink): add Amazon Affiliate Disclosure
Browse files Browse the repository at this point in the history
This is to conform to the Section 5 of the Operating Agreement

https://affiliate-program.amazon.com/help/operating/agreement
  • Loading branch information
talha131 committed Jun 29, 2019
1 parent bef7db9 commit cbfa6ac
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions templates/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,15 @@
</div>
{% endif %}


{% if AMAZON_ONELINK %}
<div id="amzn-assoc-ad-{{ AMAZON_ONELINK }}">
<span class="site-name">{{ SITENAME }}</span> is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com.
</div>
<script async src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId={{ AMAZON_ONELINK }}">
</script>
{% endif %}

<div>
Powered by: <a href="http://getpelican.com/" title="Pelican Home Page" target="_blank" rel="nofollow">Pelican</a>
Theme: <a href="https://elegant.oncrashreboot.com/" title="Theme Elegant Home Page" target="_blank" rel="nofollow">Elegant</a>
Expand All @@ -27,10 +36,4 @@
{% endif %}
{% endif %}
</div>

{% if AMAZON_ONELINK %}
<div id="amzn-assoc-ad-{{ AMAZON_ONELINK }}"></div>
<script async src="//z-na.amazon-adsystem.com/widgets/onejs?MarketPlace=US&adInstanceId={{ AMAZON_ONELINK }}">
</script>
{% endif %}
</footer>

0 comments on commit cbfa6ac

Please sign in to comment.