1
0
Fork 0
forked from wezm/wezm.net

Add Toot link to article footer

This commit is contained in:
Wesley Moore 2017-09-30 11:33:32 +10:00
parent 84bab8825b
commit 2b7e8318b8
2 changed files with 4 additions and 2 deletions

1
TODO
View file

@ -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

View file

@ -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>