Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Commit

Permalink
fix sponsor link for mailchimp
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Jan 19, 2017
1 parent 5ec2bda commit e887708
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions _includes/sponsor.html
@@ -1,9 +1,7 @@
{% if page.sponsor %}
<div class="alert alert-warning sponsor">
<h4>Sponsored Link</h4>
<h4><a href="{{ page.sponsor.link }}/?utm_campaign=Swift_Weekly_Brief&utm_medium=web&utm_source=Swift_Weekly_Brief_{{ page.title | remove: 'Issue #' }}"
target="_blank">{{ page.sponsor.heading | markdownify }}</a>
</h4>
<h4><a href="{{ page.sponsor.link }}/?utm_campaign=Swift_Weekly_Brief&utm_medium=web&utm_source=Swift_Weekly_Brief_{{ page.title | remove: 'Issue #' }}" target="_blank">{{ page.sponsor.heading }}</a></h4>
<p>{{ page.sponsor.body | markdownify }}</p>
</div>
{% endif %}

0 comments on commit e887708

Please sign in to comment.