Lava Filters - AddMetaTagToHead
Category:Other
Description:Creates a meta tag that will be inserted into the HTML head. This is useful for adding
social media links.
Input: "CurrentPerson": {
"PhotoUrl": "/GetImage.ashx?id=55"
}
Lava: {{ CurrentPerson.PhotoUrl | AddMetaTagToHead:'property','og:image' }}
Output: The tag below will be added to the head of the page.