forked from wezm/wezm.net
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 monothumb to GitHub
|
||||||
* Add google tracking to Something to add box
|
|
||||||
* Revise About page content
|
* Revise About page content
|
||||||
* Get proper lens specs for About page
|
* Get proper lens specs for About page
|
||||||
* Fully convert to HTML5
|
* Fully convert to HTML5
|
||||||
|
|
|
@ -58,7 +58,10 @@
|
||||||
</script>
|
</script>
|
||||||
</li>
|
</li>
|
||||||
<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>
|
||||||
<li class="short">Short URL: <a href="<%= short %>"><%= short %></a></li>
|
<li class="short">Short URL: <a href="<%= short %>"><%= short %></a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Reference in a new issue