diff options
Diffstat (limited to 'templates/chimere/base.html')
-rw-r--r-- | templates/chimere/base.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/chimere/base.html b/templates/chimere/base.html index 72efd17..ee4c04f 100644 --- a/templates/chimere/base.html +++ b/templates/chimere/base.html @@ -1,9 +1,11 @@ {% extends "base.html" %} {% load chimere_tags i18n %} {% block extra_head %} +{% if favicon %} +<link rel="shortcut icon" href="{{ MEDIA_URL }}{{favicon}}"/> +{% endif %} <link rel="stylesheet" href="{{ STATIC_URL }}font-awesome/css/font-awesome.min.css?ver=4.3.0" /> <link rel="stylesheet" href="{{ STATIC_URL }}bootstrap/bootstrap.min.css?ver=4.0.0-beta" /> -<link rel="shortcut icon" href="{{ STATIC_URL }}saclay/images/favicon.png?ver={{SACLAY_VERSION}}"/> <link rel="stylesheet" href="{{ STATIC_URL }}chimere/css/styles.css?ver={{VERSION}}" /> <link rel="stylesheet" href="{{ STATIC_URL }}chimere/css/print.css?ver={{VERSION}}" media='print'/> <link rel="stylesheet" href="{{ STATIC_URL }}saclay/css/styles.css?ver={{SACLAY_VERSION}}" /> |