diff options
author | wilsonfreitas <wilson.freitas@gmail.com> | 2014-08-13 08:49:52 -0300 |
---|---|---|
committer | wilsonfreitas <wilson.freitas@gmail.com> | 2014-08-13 08:49:52 -0300 |
commit | d404e2fe5b8c57c473c6250b8decbf5ac5b45e64 (patch) | |
tree | d2c21b808e1244f010396b5f40d57f66b9036564 /aboutwilson/templates/twitter.html | |
parent | d977b524fddbeddd06374c85a070c54110c76a14 (diff) | |
download | pelican-themes-d404e2fe5b8c57c473c6250b8decbf5ac5b45e64.tar.gz |
Added new theme aboutwilson
Diffstat (limited to 'aboutwilson/templates/twitter.html')
-rw-r--r-- | aboutwilson/templates/twitter.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aboutwilson/templates/twitter.html b/aboutwilson/templates/twitter.html new file mode 100644 index 0000000..c6b159f --- /dev/null +++ b/aboutwilson/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 |