Create Jsonld object based on meta in page
Add the following snippet to your template to display the jsonld of the page.
{% if meta.jsonld %}
{{ meta.jsonld}}
{% endif %}- 29/12/19 Refactored for new plugin system and python 3.
- 12/27/16 intial version.
Author: Celine Bursztein