2017-01-07 10:23:54 +01:00
|
|
|
<section>
|
2016-11-24 13:39:39 +01:00
|
|
|
<h4>{{ i18n "share" }}</h4>
|
2017-01-09 15:47:57 +01:00
|
|
|
<nav class="nav sharing-icons">
|
2017-01-21 18:26:40 +01:00
|
|
|
<a class="nav-item" href="https://www.facebook.com/sharer/sharer.php?u={{ .Permalink }}" title="Share on Facebook"><span class="fa fa-facebook fa-2x" aria-hidden="true"></span></a>
|
|
|
|
<a class="nav-item" href="https://plus.google.com/share?url={{ .Permalink }}" title="Share on Google+"><span class="fa fa-google-plus fa-2x" aria-hidden="true"></span></a>
|
|
|
|
<a class="nav-item" href="https://www.linkedin.com/shareArticle?mini=true&url={{ .Permalink }}" title="Share on LinkedIn"><span class="fa fa-linkedin fa-2x" aria-hidden="true"></span></a>
|
|
|
|
<a class="nav-item" href="https://twitter.com/home?status={{ .Permalink }}" title="Tweet this"><span class="fa fa-twitter fa-2x"></span></a>
|
2017-01-07 10:23:54 +01:00
|
|
|
</nav>
|
|
|
|
</section>
|
2016-09-18 16:11:08 +02:00
|
|
|
|
2016-11-24 13:33:56 +01:00
|
|
|
{{- /* vim: set ts=2 sw=2 et: */}}
|