Sets the URL to the favicon for the current page, which is output by default as part of an HTML page's {{ automatic_markup }}.
{% set_favicon value %}
This simply changes the URL for the favicon meta tag in the head of the HTML response. It does not take into consideration alternate meta tags and it does not change the response to requests for /favicon.ico
The current favicon URL is available at {{ automatic_markup.favicon }}
How to use the set_favicon method
CopySet favicon from the name of an image
Set favicon from image
Set favicon from URL string
{% set_title %}
{% set_description %}
{% set_session %}
{% set_timezone %}
{% set_content_type %}
{% set_robots %}
{% set_client %}
{% set_profile_setting %}
{% set %}
{% set_header %}
{% set_client_permission %}
{% set_dictionary %}
{% set_cookie %}
{% set_canonical_url %}
{% set_response_code %}
{% set_profile %}
How to use the set_favicon method
CopySet favicon from the name of an image
Set favicon from image
Set favicon from URL string