diff options
author | The Dod <unclezzzen@gmail.com> | 2012-11-05 12:51:12 +0700 |
---|---|---|
committer | The Dod <unclezzzen@gmail.com> | 2012-11-05 12:51:12 +0700 |
commit | bd942f2d4f6df52e2aa4ff44d4050da0f260d76e (patch) | |
tree | 87722bedef5215b19de69abb7a85441be36ca227 /waterspill-en/templates/twitter.html | |
parent | 662052faa4749d3fec2ff1149e853f71d5c2b434 (diff) | |
download | pelican-themes-bd942f2d4f6df52e2aa4ff44d4050da0f260d76e.tar.gz |
initial commit
Diffstat (limited to 'waterspill-en/templates/twitter.html')
-rw-r--r-- | waterspill-en/templates/twitter.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/waterspill-en/templates/twitter.html b/waterspill-en/templates/twitter.html new file mode 100644 index 0000000..94a9ba9 --- /dev/null +++ b/waterspill-en/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 %} |