1
0
Fork 0
mirror of https://github.com/dillonzq/LoveIt.git synced 2025-04-12 00:37:37 +02:00

Added hacker news share options

Now is possible to share the post on Hacker News
This commit is contained in:
Giuseppe Pignataro 2019-03-14 16:07:08 +01:00
parent 3ccdf58823
commit cca4ddbcd6

View file

@ -21,10 +21,12 @@
<a href="//www.pinterest.com/pin/create/button/?url={{ .Permalink }}&amp;description={{ .Title }}" target="_blank" title="Share on Pinterest">
<i class="iconfont icon-pinterest"></i>
</a>
<!-- Hacker News -->
<a href="//news.ycombinator.com/submitlink?u={{ .Permalink }}&amp;description={{ .Title }}" target="_blank" title="Share on Hacker News">
<i class="iconfont icon-ycombinator"></i>
</a>
<!-- Mix -->
<a href="//mix.com/add?url={{ .Permalink }}&amp;description={{ .Title }}" target="_blank" title="Share on Mix">
<i class="iconfont icon-mix"></i>
</a>
{{ end }}
<URL></URL>