From 7ada1d4e7a2919aa15c7e61ab3e4eaa06cec7cca Mon Sep 17 00:00:00 2001 From: Mohsen Azimi Date: Sun, 20 May 2018 15:17:11 -0700 Subject: [PATCH] Add link to posthtml-favicons --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b85c907..ce83b2f 100644 --- a/README.md +++ b/README.md @@ -535,6 +535,7 @@ In case you want to develop your own plugin, we recommend using [posthtml-plugin |[posthtml-img-autosize][img]|[![npm][img-badge]][img-npm]|Auto setting the width and height of \| |[posthtml-to-svg-tags][svg]|[![npm][svg-badge]][svg-npm]|Convert html tags to svg equals| |[posthtml-webp][webp]|[![npm][webp-badge]][webp-npm]|Add WebP support for images| +|[posthtml-favicons][favicons]|[![npm][favicons-badge]][favicons-npm]|Generate Favicons and add related tags| [img]: https://github.com/posthtml/posthtml-img-autosize [img-badge]: https://img.shields.io/npm/v/posthtml-img-autosize.svg @@ -548,6 +549,10 @@ In case you want to develop your own plugin, we recommend using [posthtml-plugin [webp-badge]: https://img.shields.io/npm/v/posthtml-webp.svg [webp-npm]: https://npmjs.com/package/posthtml-webp +[favicons]: https://github.com/mohsen1/posthtml-favicons +[favicons-badge]: https://img.shields.io/npm/v/posthtml-favicons.svg +[favicons-npm]: https://www.npmjs.com/package/posthtml-favicons + #### Accessibility |Name|Status|Description|