Skip to content

Commit

Permalink
fix subject in email link
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjlee committed Jul 21, 2015
1 parent b44d5a8 commit 65e1b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if site.owner.google.ad-client and site.owner.google.ad-slot %}{% include ad-footer.html %}{% endif %}

<div class="social-icons">
{% if site.owner.email %}<a href="mailto:{{ site.owner.email }}&amp;subject=tonic%20website" title="{{ site.owner.email }} " target="_blank"><i class="fa fa-envelope-square fa-2x"></i></a>{% endif %}
{% if site.owner.email %}<a href="mailto:{{ site.owner.email }}?subject=tonic%20website" title="{{ site.owner.email }} " target="_blank"><i class="fa fa-envelope-square fa-2x"></i></a>{% endif %}
{% if site.owner.twitter %}<a href="http://twitter.com/{{ site.owner.twitter }}" title="{{ site.owner.name}} on Twitter" target="_blank"><i class="fa fa-twitter-square fa-2x"></i></a>{% endif %}
{% if site.owner.facebook %}<a href="http://facebook.com/{{ site.owner.facebook }}" title="{{ site.owner.name}} on Facebook" target="_blank"><i class="fa fa-facebook-square fa-2x"></i></a>{% endif %}
{% if site.owner.google.plus %}<a href="http://plus.google.com/+{{ site.owner.google.plus }}" title="{{ site.owner.name}} on Google+" target="_blank"><i class="fa fa-google-plus-square fa-2x"></i></a>{% endif %}
Expand Down

0 comments on commit 65e1b4e

Please sign in to comment.