From b02ae4fad19c8a226d1a9b4038bfd5d294bb90d5 Mon Sep 17 00:00:00 2001 From: Arne Gockeln Date: Wed, 9 Sep 2015 14:43:54 +0200 Subject: [PATCH] Update plugins.md Added a link to a new generator plugin for replacing german umlauts with html --- site/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 832c0d41..440623bf 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -712,6 +712,7 @@ LESS.js files during generation. - [Jekyll Http Basic Auth Plugin](https://gist.github.com/snrbrnjna/422a4b7e017192c284b3): Plugin to manage http basic auth for jekyll generated pages and directories. - [Jekyll Auto Image by Merlos](https://github.com/merlos/jekyll-auto-image): Gets the first image of a post. Useful to list your posts with images or to add [twitter cards](https://dev.twitter.com/cards/overview) to your site. - [Jekyll Portfolio Generator by Shannon Babincsak](https://github.com/codeinpink/jekyll-portfolio-generator): Generates project pages and computes related projects out of project data files. +- [Jekyll-Umlauts by Arne Gockeln](https://github.com/webchef/jekyll-umlauts): This generator replaces all german umlauts (äöüß) case sensitive with html. #### Converters