HTML5 valid markup for Twitter share link

This commit is contained in:
kennwhite 2014-03-02 21:51:53 -05:00
parent 1655d519f6
commit 87b892e461
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<section class="share">
<h4>Share this post</h4>
<a class="icon-twitter" href="https://twitter.com/share?text={{encode title}}&url={{url absolute="true"}}"
<a class="icon-twitter" href="https://twitter.com/share?text={{encode title}}&amp;url={{url absolute="true"}}"
onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">
<span class="hidden">Twitter</span>
</a>