2020-04-23 10:11:45 -07:00
|
|
|
{{ with .File }}
|
|
|
|
<p class="text-gray-500 text-xs">Share this post</p>
|
|
|
|
<ul class="p-0 list-none">
|
|
|
|
<li>
|
2022-06-01 10:58:20 -07:00
|
|
|
<a data-track="share-twitter" class="mr-2" href="https://twitter.com/intent/tweet?text={{ $.Page.Title }}&tw_p=tweetbutton&url={{ $.Page.Permalink }}" target="_blank">
|
2021-04-20 00:37:26 -07:00
|
|
|
<i class="fab fa-twitter text-xl"></i>
|
2020-04-23 10:11:45 -07:00
|
|
|
</a>
|
2022-06-01 10:58:20 -07:00
|
|
|
<a data-track="share-linkedin" href="https://www.linkedin.com/sharing/share-offsite/?url={{ $.Page.Permalink }}" target="_blank">
|
2021-04-20 00:37:26 -07:00
|
|
|
<i class="fab fa-linkedin text-xl"></i>
|
2020-04-23 10:11:45 -07:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
{{ end }}
|