Add favicon

remotes/origin/hasaccess
Ivlev Denis 8 years ago
parent 2c94730403
commit 24dd3be30e
  1. 1
      project/templates/lilcity/index.html

@ -33,6 +33,7 @@
<meta property="fb:admins" content="Facebook numeric ID">
<meta name="csrf-token" content="{{ csrf_token }}">
<link rel="stylesheet" media="all" href={% static "css/app.css" %}>
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
<script>
var viewportmeta = document.querySelector('meta[name="viewport"]');
if (viewportmeta) {

Loading…
Cancel
Save