{{# @name Browser appearance @desc The browser appearance snippet for the `` to include browser specific meta tags Civet generated favicons. #}} {{ if browser_appearance:disable_telephone_detection }} {{ /if }} {{ if browser_appearance:disable_email_detection }} {{ /if }} {{ if browser_appearance:disable_address_detection }} {{ /if }} {{ if browser_appearance:use_theme_color }} {{ if browser_appearance:use_theme_color_dark_mode }} {{ /if }} {{ /if }} {{ if browser_appearance:use_favicons }} {{# SVG of any size, main icon #}} {{# Safari fallback icon #}} {{ if browser_appearance:safari_icon }} {{ else }} {{ /if }} {{ /if }} {{# manifest.json for PWA's. #}} {{# A yielded JS section essential when you use the theme toggle (dark mode) preset. #}} {{ yield:theme_toggle }}