rrs: Adding Yocto Project favicon

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
Aníbal Limón 2015-02-20 09:28:54 +00:00
parent 8509c63756
commit 116663d579
2 changed files with 4 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -18,7 +18,11 @@
<link rel="stylesheet" href="{% static "css/bootstrap.css" %}" /> <link rel="stylesheet" href="{% static "css/bootstrap.css" %}" />
<link rel="stylesheet" href="{% static "css/bootstrap-responsive.css" %}" /> <link rel="stylesheet" href="{% static "css/bootstrap-responsive.css" %}" />
<link rel="stylesheet" href="{% static "css/additional.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" %}" /> <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> <title>{{ site_name }}{% block title_append %} - {% endblock %}</title>
</head> </head>