From 47f1f43953b7670c9fdacfbcf8b80e6ccb5db95a Mon Sep 17 00:00:00 2001 From: felderado Date: Fri, 17 Oct 2014 08:07:56 -0500 Subject: Update twitter.html Actually put the title of the blog entry in the tweet. Example blog entry titled "New Blog: Pelican" The tweet generated will look like: New Blog: Pelican http://blog.feld.me/posts/2014/06/new-blog-pelican/ via @feldpos This is a much better format for your users to share --- tuxlite_tbs/templates/twitter.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tuxlite_tbs/templates/twitter.html b/tuxlite_tbs/templates/twitter.html index c6b159f..17b49e1 100644 --- a/tuxlite_tbs/templates/twitter.html +++ b/tuxlite_tbs/templates/twitter.html @@ -1,3 +1,3 @@ {% if TWITTER_USERNAME %} -Tweet -{% endif %} \ No newline at end of file +Tweet +{% endif %} -- cgit