diff --git a/static/grandlyon-cut/images/favicon.png b/static/grandlyon-cut/images/favicon.png new file mode 100644 index 0000000..bc6a1eb Binary files /dev/null and b/static/grandlyon-cut/images/favicon.png differ diff --git a/templates/theme.html b/templates/theme.html index 46c97bc..9daacf4 100644 --- a/templates/theme.html +++ b/templates/theme.html @@ -1,6 +1,12 @@ {% extends "theme.html" %} {% load i18n static %} +{% block meta_icons %} + {% if favicon %} + + {% endif %} +{% endblock %} + {% block header-top %} {% if request.partner or a2_return_url %}
diff --git a/themes.json b/themes.json index ee7d886..36da9ce 100644 --- a/themes.json +++ b/themes.json @@ -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"