From b543f5d15705f02f7055c2abc1f424b3fb47d71a Mon Sep 17 00:00:00 2001 From: Matts Date: Wed, 25 Jan 2012 21:24:32 -0500 Subject: Added tuxlite theme, which is inspired by the original bootstrap theme. Built using twitter bootstrap v2.0, with responsive layout. --- tuxlite_tbs/templates/twitter.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tuxlite_tbs/templates/twitter.html (limited to 'tuxlite_tbs/templates/twitter.html') diff --git a/tuxlite_tbs/templates/twitter.html b/tuxlite_tbs/templates/twitter.html new file mode 100644 index 0000000..c6b159f --- /dev/null +++ b/tuxlite_tbs/templates/twitter.html @@ -0,0 +1,3 @@ +{% if TWITTER_USERNAME %} +Tweet +{% endif %} \ No newline at end of file -- cgit