Browse Source

Add Favicon

Matthias Vogelgesang 7 years ago
parent
commit
1dd5fa4c0a
2 changed files with 1 additions and 0 deletions
  1. BIN
      nova/static/img/favicon.png
  2. 1 0
      nova/templates/layout.html

BIN
nova/static/img/favicon.png


+ 1 - 0
nova/templates/layout.html

@@ -5,6 +5,7 @@
     <link rel="stylesheet" style="text/css" href="{{ url_for('static', filename='bootswatch-dist/css/bootstrap.min.css') }}" />
     <link rel="stylesheet" style="text/css" href="{{ url_for('static', filename='css/custom.css') }}" />
     <link rel="stylesheet" href="{{ url_for('static', filename='fontawesome/css/font-awesome.min.css') }}">
+    <link rel="icon" href="{{ url_for('static', filename='img/favicon.png') }}" type="image/png" />
     <title>{% if page_title %}{{ page_title }}{% else %}NOVA{% endif %}</title>
   </head>
   <body>