TechShotgun/_includes/share-buttons.html

15 lines
549 B
HTML
Raw Normal View History

<div class="row">
2016-06-20 13:30:10 -07:00
{% assign author = site.data.authors[page.author] %}
<br>
<hr>
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share On Google Plus!">
<img alt="Google Plus " src="/img/goog.png" width="30">
</a>
2016-06-20 13:30:10 -07:00
<a href="https://twitter.com/home?status={{page.title}} by @{{author.twitter_hand}} {{ site.url }}{{ page.url }} via @{{site.twitter_hand}}" rel="nofollow" target="_blank" title="Share On Twitter!">
<img alt="Twitter " src="/img/tweet_img.png" width="80">
</a>
</div>