mirror of
https://github.com/neocities/neocities.git
synced 2025-04-25 09:42:36 +02:00
Added target="_blank" to Twitter and RSS in the share pop up
This commit is contained in:
parent
671f5af493
commit
d2daf69167
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
<a href="/site/<%= site.username %>.rss"><span>RSS/Atom Feed</span></a>
|
||||
<a href="/site/<%= site.username %>.rss" target="_blank"><span>RSS/Atom Feed</span></a>
|
||||
<br>
|
||||
<a href="http://facebook.com/sharer.php?u=<%= Rack::Utils.build_query(u: "http://#{site.host}") %>" target="_blank">Facebook</a>
|
||||
<br>
|
||||
<a href="https://twitter.com/intent/tweet?<%= Rack::Utils.build_query(text: "#{site.title}: http://#{site.host}") %>">Twitter</a>
|
||||
<a href="https://twitter.com/intent/tweet?<%= Rack::Utils.build_query(text: "#{site.title}: http://#{site.host}") %>" target="_blank">Twitter</a>
|
||||
<br>
|
||||
<a href="http://www.reddit.com/submit?<%= Rack::Utils.build_query(title: "#{site.title}", url: "http://#{site.host}" )%>" target="_blank">Reddit</a>
|
||||
<br>
|
||||
|
|
Loading…
Add table
Reference in a new issue