aboutsummaryrefslogtreecommitdiffstats
path: root/sneakyidea/templates/twitter.html
diff options
context:
space:
mode:
authorArnaud BOS <arnaud.tlse@gmail.com>2011-02-15 20:54:44 +0000
committerArnaud BOS <arnaud.tlse@gmail.com>2011-02-15 20:54:44 +0000
commita8e6acdd7d69a2c3fceb29257dbb317fdd166da2 (patch)
treea0bc6746e3b0a1a5160df7ffe05c90e820fe0956 /sneakyidea/templates/twitter.html
parent51bb3d45d1b376ee3f9c498c4828b5e537494630 (diff)
downloadpelican-themes-a8e6acdd7d69a2c3fceb29257dbb317fdd166da2.tar.gz
Added theme sneakyidea ;) Based on notmyidea w/ just some css changing
Diffstat (limited to 'sneakyidea/templates/twitter.html')
-rw-r--r--sneakyidea/templates/twitter.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/sneakyidea/templates/twitter.html b/sneakyidea/templates/twitter.html
new file mode 100644
index 0000000..c6b159f
--- /dev/null
+++ b/sneakyidea/templates/twitter.html
@@ -0,0 +1,3 @@
+{% if TWITTER_USERNAME %}
+<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="{{TWITTER_USERNAME}}">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
+{% endif %} \ No newline at end of file