From 1177cb6f54859b37454490958aed0cd10db97514 Mon Sep 17 00:00:00 2001 From: Benjamin Esham Date: Tue, 20 Aug 2013 20:57:15 -0400 Subject: [PATCH] Add "pluralize" and "reading_time" filters to docs --- site/docs/plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/site/docs/plugins.md b/site/docs/plugins.md index 7110c66a..c69c0273 100644 --- a/site/docs/plugins.md +++ b/site/docs/plugins.md @@ -392,6 +392,8 @@ You can find a few useful plugins at the following locations: - [Smilify](https://github.com/SaswatPadhi/jekyll_smilify) by [SaswatPadhi](https://github.com/SaswatPadhi): Convert text emoticons in your content to themeable smiley pics ([Demo](http://saswatpadhi.github.com/)). - [Read in X Minutes](https://gist.github.com/zachleat/5792681) by [zachleat](https://github.com/zachleat): Estimates the reading time of a string (for blog post content). - [Jekyll-timeago](https://github.com/markets/jekyll-timeago): Converts a time value to the time ago in words. +- [pluralize](https://github.com/bdesham/pluralize): Easily combine a number and a word into a gramatically-correct amount like “1 minute” or “2 minute**s**”. +- [reading_time](https://github.com/bdesham/reading_time): Count words and estimate reading time for a piece of text, ignoring HTML elements that are unlikely to contain running text. #### Tags