From fde3a02b712b7da7a3931bbcdf98684b20d39af0 Mon Sep 17 00:00:00 2001 From: Ivan Tse Date: Mon, 14 Jul 2014 04:35:09 -0400 Subject: [PATCH] Add Jekyll::AutolinkEmail and Jekyll::GitMetadata Add these plugins to the list of plugins. --- site/docs/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index f2d25ad5..37573685 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -427,6 +427,8 @@ You can find a few useful plugins at the following locations: - [Pages Directory by Ben Baker-Smith](https://github.com/bbakersmith/jekyll-pages-directory): Defines a `_pages` directory for page files which routes its output relative to the project root. - [Page Collections by Jeff Kolesky](https://github.com/jeffkole/jekyll-page-collections): Generates collections of pages with functionality that resembles posts. - [Windows 8.1 Live Tile Generation by Matt Sheehan](https://github.com/sheehamj13/jekyll-live-tiles): Generates Internet Explorer 11 config.xml file and Tile Templates for pinning your site to Windows 8.1. +- [Jekyll::AutolinkEmail by Ivan Tse](https://github.com/ivantsepp/jekyll-autolink_email): Autolink your emails. +- [Jekyll::GitMetadata by Ivan Tse](https://github.com/ivantsepp/jekyll-git_metadata): Expose Git metadata for your templates. #### Converters