diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2011-02-01 19:42:53 +0000 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-02-01 19:42:53 +0000 |
commit | 92808823a34cabb29b85ae2550e83ef39fc132a6 (patch) | |
tree | b8f3b21125e8279e0b279554ba4d5e0e0fc0a3c2 /waterspill/templates/twitter.html | |
parent | 9896db2d95ec58883d1adc41a2a29408260a4ed0 (diff) | |
download | pelican-themes-92808823a34cabb29b85ae2550e83ef39fc132a6.tar.gz |
Add the waterspill theme, thanks to Freeculture.
Diffstat (limited to 'waterspill/templates/twitter.html')
-rw-r--r-- | waterspill/templates/twitter.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/waterspill/templates/twitter.html b/waterspill/templates/twitter.html new file mode 100644 index 0000000..94a9ba9 --- /dev/null +++ b/waterspill/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 %} |