From 50991bc1b6a994223f2a715a42faad34050c507c Mon Sep 17 00:00:00 2001 From: Alexis Metaireau Date: Tue, 1 Feb 2011 21:50:43 +0000 Subject: Add the brownstone theme, removed from pelican upstream. --- brownstone/templates/twitter.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 brownstone/templates/twitter.html (limited to 'brownstone/templates/twitter.html') 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 %} +Tweet +{% endif %} -- cgit