Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 354 Bytes

File metadata and controls

22 lines (14 loc) · 354 Bytes

Jsonld Plugin

Create Jsonld object based on meta in page

Usage

Add the following snippet to your template to display the jsonld of the page.

{% if meta.jsonld %}
{{ meta.jsonld}}
{% endif %}

Changelog

  • 29/12/19 Refactored for new plugin system and python 3.
  • 12/27/16 intial version.

Credits

Author: Celine Bursztein