Browse Source

Favicon (ikona webu) ze starého webu

remotes/origin/feincms
Tomas Gavenciak 10 years ago
parent
commit
74bf1afafe
  1. BIN
      mamweb/static/favicon.ico
  2. 1
      mamweb/templates/admin/base_site.html
  3. 1
      mamweb/templates/base.html

BIN
mamweb/static/favicon.ico

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

1
mamweb/templates/admin/base_site.html

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

1
mamweb/templates/base.html

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

Loading…
Cancel
Save