Lava Filters - AddLinkTagToHead
Category:Other
Description:Adds a link to the HTML head of the current page.
Input: "CurrentPerson": {
"PhotoUrl": "/GetImage.ashx?id=55"
}
Lava: {{ CurrentPerson.PhotoUrl | AddLinkTagToHead:'rel','image_src' }}
Output: The tag below will be added to the head of the page.