diff options
author | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:04:11 +0100 |
---|---|---|
committer | Stéphane Caron <stephane.caron@ens.fr> | 2013-03-20 12:04:11 +0100 |
commit | da810104cd033c1dcc25d67f8f09985a415b43b9 (patch) | |
tree | 3ab6f758a1e022e04ebd82bf09691648ecb14107 /nmnlist/templates/twitter.html | |
parent | 53d6c4254aa2b4781b850419d63a40527c307d71 (diff) | |
download | pelican-themes-da810104cd033c1dcc25d67f8f09985a415b43b9.tar.gz |
theme variant from mnmlist
Diffstat (limited to 'nmnlist/templates/twitter.html')
-rw-r--r-- | nmnlist/templates/twitter.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nmnlist/templates/twitter.html b/nmnlist/templates/twitter.html new file mode 100644 index 0000000..c6b159f --- /dev/null +++ b/nmnlist/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 |