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:
parent
3ccdf58823
commit
cca4ddbcd6
1 changed files with 4 additions and 2 deletions
|
@ -21,10 +21,12 @@
|
|||
<a href="//www.pinterest.com/pin/create/button/?url={{ .Permalink }}&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 }}&description={{ .Title }}" target="_blank" title="Share on Hacker News">
|
||||
<i class="iconfont icon-ycombinator"></i>
|
||||
</a>
|
||||
<!-- Mix -->
|
||||
<a href="//mix.com/add?url={{ .Permalink }}&description={{ .Title }}" target="_blank" title="Share on Mix">
|
||||
<i class="iconfont icon-mix"></i>
|
||||
</a>
|
||||
{{ end }}
|
||||
|
||||
<URL></URL>
|
Loading…
Add table
Reference in a new issue