5 lines
160 B
HTML
5 lines
160 B
HTML
|
{% if FAVICON %}
|
||
|
<link rel="shortcut icon" href="{{ FAVICON }}" type="image/x-icon">
|
||
|
<link rel="icon" href="{{ FAVICON }}" type="image/x-icon">
|
||
|
{% endif %}
|