From c172f0b72ea08a191596a59524f124b2854eda67 Mon Sep 17 00:00:00 2001 From: Rob Wierzbowski Date: Sun, 7 Jul 2013 18:31:43 -0400 Subject: [PATCH] Adds Jekyll Picture Tag to the Plugins page --- site/docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 91ce4f95..19e06ecc 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -434,6 +434,7 @@ Levin](https://github.com/kinnetica/jekyll-plugins) embedding Youku and Tudou videos - [jekyll-timeago](https://github.com/markets/jekyll-timeago): Time-ago Liquid filter - [jekyll-swfobject](https://github.com/sectore/jekyll-swfobject): Liquid plugin for embedding Adobe Flash files (`*.swf`) using [SWFObject](http://code.google.com/p/swfobject/) +- [Jekyll Picture Tag](https://github.com/robwierzbowski/jekyll-picture-tag): Easy responsive images for Jekyll. Based on the proposed [``](http://picture.responsiveimages.org/) element, polyfilled with Scott Jelh's [Picturefill](https://github.com/scottjehl/picturefill).
Jekyll Plugins Wanted