From d402427b81af6e7b6e573e1b5f9dedc1de4c072a Mon Sep 17 00:00:00 2001 From: Rob Wierzbowski Date: Sun, 14 Jul 2013 18:58:45 -0400 Subject: [PATCH] Add Jekyll Image Tag to the plugins list --- site/docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 19e06ecc..541346d6 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -435,6 +435,7 @@ Levin](https://github.com/kinnetica/jekyll-plugins) - [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 Image Tag](https://github.com/robwierzbowski/jekyll-image-tag): Better images for Jekyll. Save image presets, generate resized images, and add classes, alt text, and other attributes.
Jekyll Plugins Wanted