mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 01:32:36 +02:00
Fix for share links
This commit is contained in:
parent
da2907e959
commit
307e6299b2
1 changed files with 1 additions and 1 deletions
|
@ -16,5 +16,5 @@
|
|||
<a href="http://www.stumbleupon.com/submit?<%= Rack::Utils.build_query(url: "#{page_uri}", title: "#{site.title}") %>" target="_blank">StumbleUpon</a>
|
||||
<br>
|
||||
<a href="http://del.icio.us/post?<%= Rack::Utils.build_query(url: "#{page_uri}", title: "#{site.title}") %>" target="_blank">Del.ici.ous</a>
|
||||
br>
|
||||
<br>
|
||||
<a href="https://plus.google.com/share?<%= Rack::Utils.build_query(url: "#{page_uri}") %>" target="_blank">Google+</a>
|
||||
|
|
Loading…
Add table
Reference in a new issue