README.md in jekyll-language-plugin-1.1.2 vs README.md in jekyll-language-plugin-1.1.3
- old
+ new
@@ -60,14 +60,14 @@
This is a page optimized for the language plugin, `home.html`:
```
---
layout: default
-subset: home
languages:
- en
- de
+subset: home
---
<h1>{% t title %}</h1>
<p>{% t description %}</p>
```
@@ -124,9 +124,11 @@
If you now run `jekyll build`, you will obtain two separate `home.html` files in your `_site` directory within the `en` and `de` subdirectories, respectively.
### Posts
Similar to pages, posts can also have the `languages` or `language` keys as well as the `subset` key in its YAML front-matter. You can use all supported liquid tags and filters to translate posts but you can also create multiple posts, one for each language.
+
+It is recommended not to make excessive use of the liquid tags in posts but instead create a post for each translation.
## Liquid tags
Currently, there are two liquid tags provided by this plugin.