README.md in jekyll-linkpreview-0.6.0.rc1 vs README.md in jekyll-linkpreview-0.6.0
- old
+ new
@@ -54,9 +54,10 @@
Therefore, it *must* be under the [site's source](https://jekyllrb.com/docs/configuration/options/).
2. Use built-in variables to extract data which you would like to render. Available variables are:
* **link_url** i.e. `{{ link_url }}`
* **link_title** i.e. `{{ link_title }}`
+ * **link_type** i.e. `{{ link_type }}`
* **link_image** i.e. `{{ link_image }}`
* **link_description** i.e. `{{ link_description }}`
* **link_domain** i.e. `{{ link_domain }}`
### Template for pages where Open Graph protocol metadata does not exist