Added hacker news share options
Now is possible to share the post on Hacker News
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user