Skip to content

Commit

Permalink
Add UTMs to Powered by BigCommerce Logos and links on Merchant Stores
Browse files Browse the repository at this point in the history
  • Loading branch information
junedkazi committed Jan 31, 2018
1 parent 656f7a5 commit d06f0af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/components/amp/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h5 class="amp-footer-heading">{{lang 'footer.info'}}</h5>
</article>
<article>
{{#if theme_settings.show_powered_by}}
<p>Powered by <a href="http://bigcommerce.com" rel="nofollow">BigCommerce</a></p>
<p>Powered by <a href="http://bigcommerce.com?utm_source=merchant&amp;utm_medium=poweredbyBC" rel="nofollow">BigCommerce</a></p>
{{/if}}
{{#if theme_settings.show_copyright_footer}}
<p class="powered-by">&copy; {{settings.store_name}} </p>
Expand Down
2 changes: 1 addition & 1 deletion templates/components/common/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h5 class="footer-info-heading">{{lang 'footer.info'}}</h5>
{{/if}}
{{#if theme_settings.show_powered_by}}
<div class="footer-copyright">
<p class="powered-by">Powered by <a href="https://www.bigcommerce.com/" rel="nofollow">BigCommerce</a></p>
<p class="powered-by">Powered by <a href="https://www.bigcommerce.com?utm_source=merchant&amp;utm_medium=poweredbyBC" rel="nofollow">BigCommerce</a></p>
</div>
{{/if}}
{{#if theme_settings.show_copyright_footer}}
Expand Down

0 comments on commit d06f0af

Please sign in to comment.