From 8e87ba0295f05e6acb129ea94ce67b574df49bc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Alberto=20Can=CC=83as?= Date: Fri, 1 Aug 2014 09:21:33 -0600 Subject: [PATCH] Change Twitter share to use tags as hashtags. Changes the twitter link to use tags instead of categories when creating the hashtags in the link. Also removes spaces in tags with multiple words. For example: post tags | twitter hashtags ----------------------------------------- [open source] | #opensource [java] | #java [open source, java] | #opensource #java ---------------------------------------- --- _layouts/post.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/post.html b/_layouts/post.html index b395589..2333c4a 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -47,7 +47,7 @@ Like - Tweet + Tweet +1 {% endif %}