From 6945dcff62cda98a3ad409b180ec7c175b78e5e7 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Thu, 10 Feb 2022 10:43:29 -0300 Subject: [PATCH] Remove template --- blog/templates/2020-09-28-twitter.md | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 blog/templates/2020-09-28-twitter.md diff --git a/blog/templates/2020-09-28-twitter.md b/blog/templates/2020-09-28-twitter.md deleted file mode 100644 index 7de9191..0000000 --- a/blog/templates/2020-09-28-twitter.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -layout: post -title: a post with twitter -date: 2020-09-28 11:12:00-0400 -description: an example of a blog post with twitter -tags: formatting -categories: sample-posts external-services ---- -A sample blog page that demonstrates the inclusion of Tweets/Timelines/etc. - -# Tweet -An example of displaying a tweet: -{% twitter https://twitter.com/rubygems/status/518821243320287232 %} - -# Timeline -An example of pulling from a timeline: -{% twitter https://twitter.com/jekyllrb maxwidth=500 limit=3 %} - -# Additional Details -For more details on using the plugin visit: [jekyll-twitter-plugin](https://github.com/rob-murray/jekyll-twitter-plugin)