From 352965e0445417584f6c3fb3e8fef5d87db4f37f Mon Sep 17 00:00:00 2001 From: Daan Debie Date: Thu, 21 Aug 2014 18:45:11 +0200 Subject: Updated pelican-bootstrap3 to the latest version --- pelican-bootstrap3/templates/includes/twitter_timeline.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pelican-bootstrap3/templates/includes/twitter_timeline.html (limited to 'pelican-bootstrap3/templates/includes/twitter_timeline.html') diff --git a/pelican-bootstrap3/templates/includes/twitter_timeline.html b/pelican-bootstrap3/templates/includes/twitter_timeline.html new file mode 100644 index 0000000..ad1ce5d --- /dev/null +++ b/pelican-bootstrap3/templates/includes/twitter_timeline.html @@ -0,0 +1,10 @@ +{% if TWITTER_WIDGET_ID %} + +
  • Latest Tweets

  • +
    + +
    + + + +{% endif %} \ No newline at end of file -- cgit