post-share.html (585B)
1 {% if site.postshare_enabled %} 2 <aside class="share"> 3 4 <p>If you liked this article and think others should read it, please share it on <a href="http://twitter.com/share?text={{page.title}}&url={{ page.url | relative_url }}&via={{ site.twitter_username }}" 5 onclick="window.open(this.href, 'twitter-share', 'width=550,height=235');return false;">Twitter</a> or <a href="https://www.facebook.com/sharer/sharer.php?u={{ page.url | relative_url }}" onclick="window.open(this.href, 'facebook-share', 'width=550,height=235');return false;">Facebook</a>.</p> 6 7 </aside> 8 {% endif %}