README.md in jekyll-language-plugin-1.1.7 vs README.md in jekyll-language-plugin-1.1.8
- old
+ new
@@ -1,18 +1,21 @@
# Jekyll Language Plugin [![Gem Version](https://badge.fury.io/rb/jekyll-language-plugin.png)](http://badge.fury.io/rb/jekyll-language-plugin)
> Jekyll 3.0-compatible multi-language plugin for posts, pages and includes
+<div align="center"><img src="https://raw.githubusercontent.com/vwochnik/jekyll-language-plugin/master/images/jekyll-i18n-logo.png" width="480" height="143" alt="Jekll Language Plugin"></div>
+
Jekyll Language Plugin is an internationalization plugin for [Jekyll][jekyll]. It diversifies pages, posts and includes that have been optimized for the use with this plugin into different languages which are organized into subdirectories named after the language name.
This plugin has been developed with user-simplicity in mind. It does not require a complex setup process unlike some other internationalization plugins.
## Features
* Translates pages and posts into multiple languages
* Supports all template languages that your Liquid pipeline supports.
* Uses liquid tags in your HTML for including translated strings and language-specific includes.
* Supports localized dates via liquid filter
+* Supports localized URLs
* Works with `jekyll serve --watch`
* Supports includes translated into multiple languages
## Installation