mirror of
https://github.com/wezm/wezm.net.git
synced 2024-11-10 01:42:32 +00:00
Add Toot link to article footer
This commit is contained in:
parent
84bab8825b
commit
2b7e8318b8
2 changed files with 4 additions and 2 deletions
1
TODO
1
TODO
|
@ -13,7 +13,6 @@ Later
|
|||
-----
|
||||
|
||||
* Add monothumb to GitHub
|
||||
* Add google tracking to Something to add box
|
||||
* Revise About page content
|
||||
* Get proper lens specs for About page
|
||||
* Fully convert to HTML5
|
||||
|
|
|
@ -58,7 +58,10 @@
|
|||
</script>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://twitter.com/home?status=<%= URI.encode("#{@item[:title]} - #{short} @wezm") %>" target="_blank">Tweet</a>
|
||||
<a href="https://twitter.com/home?status=<%= URI.encode("#{@item[:title]} - #{short} @wezm") %>" target="_blank">Tweet</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="https://mastodon.social/share?text=<%= URI.encode("#{@item[:title]} - #{short} @wezm") %>" target="_blank">Toot</a>
|
||||
</li>
|
||||
<li class="short">Short URL: <a href="<%= short %>"><%= short %></a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Reference in a new issue