From 51d8d5e267bd826b399d04460a82d2ccbd23b050 Mon Sep 17 00:00:00 2001 From: Ezmyrelda Andrade Date: Fri, 30 Jan 2015 10:41:21 -0800 Subject: [PATCH 1/2] Liquid tag plugin addition. --- 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 dc400e547..24a2261b0 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -584,7 +584,7 @@ You can find a few useful plugins at the following locations: - [Jekyll 500px Embed](https://github.com/lkorth/jekyll-500px-embed) by [Luke Korth](https://lukekorth.com/). A Liquid tag plugin that embeds [500px](https://500px.com/) photos. - [inline\_highlight](https://github.com/bdesham/inline_highlight): A tag for inline syntax highlighting. - [jekyll-mermaid](https://github.com/jasonbellamy/jekyll-mermaid): Simplify the creation of mermaid diagrams and flowcharts in your posts and pages. - +- [twa](https://github.com/Ezmyrelda/twa): Twemoji Awesome plugin for Jekyll. Liquid tag allowing you to use twitter emoji in your jekyll pages. #### Collections - [Jekyll Plugins by Recursive Design](http://recursive-design.com/projects/jekyll-plugins/): Plugins to generate Project pages from GitHub readmes, a Category page, and a Sitemap generator. From 18893b828b378e9fcadb1ddbdff749e37533c707 Mon Sep 17 00:00:00 2001 From: Ezmyrelda Andrade Date: Fri, 30 Jan 2015 23:11:24 -0800 Subject: [PATCH 2/2] Formatting change per request --- site/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 24a2261b0..aa3d3d4a4 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -585,6 +585,7 @@ You can find a few useful plugins at the following locations: - [inline\_highlight](https://github.com/bdesham/inline_highlight): A tag for inline syntax highlighting. - [jekyll-mermaid](https://github.com/jasonbellamy/jekyll-mermaid): Simplify the creation of mermaid diagrams and flowcharts in your posts and pages. - [twa](https://github.com/Ezmyrelda/twa): Twemoji Awesome plugin for Jekyll. Liquid tag allowing you to use twitter emoji in your jekyll pages. +- #### Collections - [Jekyll Plugins by Recursive Design](http://recursive-design.com/projects/jekyll-plugins/): Plugins to generate Project pages from GitHub readmes, a Category page, and a Sitemap generator.