diff options
author | Alexis Metaireau <alexis@notmyidea.org> | 2011-02-01 21:50:43 +0000 |
---|---|---|
committer | Alexis Metaireau <alexis@notmyidea.org> | 2011-02-01 21:50:43 +0000 |
commit | 50991bc1b6a994223f2a715a42faad34050c507c (patch) | |
tree | f6a8ffdfe2cf5a817d3b0fc5e5cb625c42c8a992 /brownstone/templates/twitter.html | |
parent | 92808823a34cabb29b85ae2550e83ef39fc132a6 (diff) | |
download | pelican-themes-50991bc1b6a994223f2a715a42faad34050c507c.tar.gz |
Add the brownstone theme, removed from pelican upstream.
Diffstat (limited to 'brownstone/templates/twitter.html')
-rw-r--r-- | brownstone/templates/twitter.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/brownstone/templates/twitter.html b/brownstone/templates/twitter.html new file mode 100644 index 0000000..94a9ba9 --- /dev/null +++ b/brownstone/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 %} |