misc: add site favicon (#47025)

This commit is contained in:
Serghei Mihai 2020-10-05 17:54:17 +02:00
parent 372084307b
commit 7f7a3a6963
3 changed files with 7 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 816 B

View File

@ -1,6 +1,12 @@
{% extends "theme.html" %}
{% load i18n static %}
{% block meta_icons %}
{% if favicon %}
<link rel="shortcut icon" href="{{site_base}}{% static "" %}{{favicon}}" />
{% endif %}
{% endblock %}
{% block header-top %}
{% if request.partner or a2_return_url %}
<div id="return">

View File

@ -2,6 +2,7 @@
{"id": "grandlyon-cut",
"label": "Grand Lyon CUT",
"variables": {
"favicon": "grandlyon-cut/images/favicon.png",
"css_variant": "grandlyon-cut",
"no_extra_js": true,
"theme_color": "#FF0303"