View Source API Reference Liquor Tags v1.0.2

Modules

Contains the main functions to initialize and render the tags.

Tags finds the "Liquor Tags" inside a plain text document. Eg: {% embed https://ninjas.cl %} then fetches the open graph data from the url and renders using a pseudo EEx template.

The Tag module holds the structure for a Tag. A Tag consist of a identification string (tag) a URI for OpenGraph (base_url) and a pseudo EEx template string.