Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 281 Bytes

Installation

composer require waaz/opengraph-bundle

Add the following lines to base.html.twig

{% include "@WaazOpengraph/open_graph.html.twig" with {
    "opengraph": extension.opengraph|default([]),
    "localizations": localizations|default([]),
} %}