15 lines
549 B
HTML
15 lines
549 B
HTML
<div class="row">
|
|
{% 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>
|
|
<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>
|