From 00e3c979c92a684b00bbd126dbf6141dd856e0b5 Mon Sep 17 00:00:00 2001 From: Tan Nhu Date: Tue, 18 Oct 2016 09:51:16 -0700 Subject: [PATCH 1/3] Add jekyll-include-absolute-plugin --- site/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 58d61a49..70d06f24 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -866,6 +866,7 @@ LESS.js files during generation. - [Jekyll Tags List Plugin](https://github.com/crispgm/jekyll-tags-list-plugin): A Liquid tag plugin that creates tags list in specific order. - [Jekyll Maps](https://github.com/ayastreb/jekyll-maps) by [Anatoliy Yastreb](https://github.com/ayastreb): A Jekyll plugin to easily embed maps with filterable locations. - [Jekyll Cloudinary](https://nhoizey.github.io/jekyll-cloudinary/) by [Nicolas Hoizey](https://nicolas-hoizey.com/): a Jekyll plugin adding a Liquid tag to ease the use of Cloudinary for responsive images in your Markdown/Kramdown posts. +- [jekyll-include-absolute-plugin](https://github.com/tnhu/jekyll-include-absolute-plugin) by [Tan Nhu](https://github.com/tnhu): A Jekyll to include a file from its path relate to Jekyll's source folder. #### Collections From b9275920ddef681c652c89c11c1aa6e09571f133 Mon Sep 17 00:00:00 2001 From: Tan Nhu Date: Tue, 18 Oct 2016 09:52:57 -0700 Subject: [PATCH 2/3] Update jekyll-include-absolute-plugin description --- site/_docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 70d06f24..85d193ec 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -866,7 +866,7 @@ LESS.js files during generation. - [Jekyll Tags List Plugin](https://github.com/crispgm/jekyll-tags-list-plugin): A Liquid tag plugin that creates tags list in specific order. - [Jekyll Maps](https://github.com/ayastreb/jekyll-maps) by [Anatoliy Yastreb](https://github.com/ayastreb): A Jekyll plugin to easily embed maps with filterable locations. - [Jekyll Cloudinary](https://nhoizey.github.io/jekyll-cloudinary/) by [Nicolas Hoizey](https://nicolas-hoizey.com/): a Jekyll plugin adding a Liquid tag to ease the use of Cloudinary for responsive images in your Markdown/Kramdown posts. -- [jekyll-include-absolute-plugin](https://github.com/tnhu/jekyll-include-absolute-plugin) by [Tan Nhu](https://github.com/tnhu): A Jekyll to include a file from its path relate to Jekyll's source folder. +- [jekyll-include-absolute-plugin](https://github.com/tnhu/jekyll-include-absolute-plugin) by [Tan Nhu](https://github.com/tnhu): A Jekyll plugin to include a file from its path relate to Jekyll's source folder. #### Collections From ea72f98609b09fe25a89c1f20a4bfe079b5d029c Mon Sep 17 00:00:00 2001 From: Tan Nhu Date: Wed, 19 Oct 2016 00:53:44 -0700 Subject: [PATCH 3/3] Fix typo --- site/_docs/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 85d193ec..6e5bbf23 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -866,7 +866,7 @@ LESS.js files during generation. - [Jekyll Tags List Plugin](https://github.com/crispgm/jekyll-tags-list-plugin): A Liquid tag plugin that creates tags list in specific order. - [Jekyll Maps](https://github.com/ayastreb/jekyll-maps) by [Anatoliy Yastreb](https://github.com/ayastreb): A Jekyll plugin to easily embed maps with filterable locations. - [Jekyll Cloudinary](https://nhoizey.github.io/jekyll-cloudinary/) by [Nicolas Hoizey](https://nicolas-hoizey.com/): a Jekyll plugin adding a Liquid tag to ease the use of Cloudinary for responsive images in your Markdown/Kramdown posts. -- [jekyll-include-absolute-plugin](https://github.com/tnhu/jekyll-include-absolute-plugin) by [Tan Nhu](https://github.com/tnhu): A Jekyll plugin to include a file from its path relate to Jekyll's source folder. +- [jekyll-include-absolute-plugin](https://github.com/tnhu/jekyll-include-absolute-plugin) by [Tan Nhu](https://github.com/tnhu): A Jekyll plugin to include a file from its path relative to Jekyll's source folder. #### Collections