{% set_favicon %}

Examples

Set favicon from string

Copy
{% set_favicon "https://domain.com/path/to/image.ico" %} or {% var favicon = "https://domain.com/path/to/image.ico" %} {% set_favicon favicon %}

Set favicon from image

Copy
{% set_favicon "favicon" %} or {% image img = "favicon" %} {% set_favicon img %}