mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
rrs: Adding Yocto Project favicon
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
8509c63756
commit
116663d579
BIN
rrs/static/img/yct-favicon.ico
Normal file
BIN
rrs/static/img/yct-favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -18,7 +18,11 @@
|
|||
<link rel="stylesheet" href="{% static "css/bootstrap.css" %}" />
|
||||
<link rel="stylesheet" href="{% static "css/bootstrap-responsive.css" %}" />
|
||||
<link rel="stylesheet" href="{% static "css/additional.css" %}" />
|
||||
{% if application == 'layerindex' %}
|
||||
<link rel="icon" type="image/vnd.microsoft.icon" href="{% static "img/favicon.ico" %}" />
|
||||
{% else %}
|
||||
<link rel="icon" type="image/vnd.microsoft.icon" href="{% static "img/yct-favicon.ico" %}" />
|
||||
{% endif %}
|
||||
<title>{{ site_name }}{% block title_append %} - {% endblock %}</title>
|
||||
</head>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user