From 1f0c139f35034cebc9da7cb4906cb5eacc59f330 Mon Sep 17 00:00:00 2001 From: Sam Rayner Date: Tue, 29 Oct 2013 09:33:55 +0000 Subject: [PATCH] Add Asset Path Tag to plugin list in docs Requested by @mattr- https://github.com/mojombo/jekyll/issues/881#issuecomment-27276509 --- site/docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 163a6f65..2e26f7ef 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -455,6 +455,7 @@ You can find a few useful plugins at the following locations: #### Tags +- [Asset Path Tag](https://github.com/samrayner/jekyll-asset-path-plugin) by [Sam Rayner](http://www.samrayner.com/): Allows organisation of assets into subdirectories by outputting a path for a given file relative to the current post or page. - [Delicious Plugin by Christian Hellsten](https://github.com/christianhellsten/jekyll-plugins): Fetches and renders bookmarks from delicious.com. - [Ultraviolet Plugin by Steve Alex](https://gist.github.com/480380): Jekyll tag for the [Ultraviolet](http://ultraviolet.rubyforge.org/) code highligher. - [Tag Cloud Plugin by Ilkka Laukkanen](https://gist.github.com/710577): Generate a tag cloud that links to tag pages.