Favicon (ikona webu) ze starého webu

This commit is contained in:
Tomas Gavenciak 2015-05-21 21:33:53 +02:00
parent a0fb80130f
commit 74bf1afafe
3 changed files with 2 additions and 0 deletions

BIN
mamweb/static/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

View file

@ -2,6 +2,7 @@
{% load staticfiles %}
{% block extrahead %}
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon">
<script src="{% static 'js/jquery-1.11.1.js' %}"></script>
{% include 'autocomplete_light/static.html' %}
{% endblock %}

View file

@ -4,6 +4,7 @@
<head>
<title>{% block title %}Seminář M&amp;M{% endblock title %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" type="image/x-icon">
{% render_block "css" %}
<link href="{% static 'css/bootstrap-theme.css' %}" rel="stylesheet">
<link href="{% static 'css/bootstrap.css' %}" rel="stylesheet">