add favicon/application icon

This commit is contained in:
Frédéric Péters 2018-01-14 11:49:19 +01:00
parent 9893f263dc
commit d3650c7c9b
4 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 874 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@ -8,6 +8,9 @@
<meta http-equiv="content-language" content="fr" />
<title>Publik - {{ page.title }}</title>
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/combo-style.css"/>
<link rel="icon" type="image/png" href="{{ STATIC_URL }}img/favicon-publik-16.png" sizes="16x16">
<link rel="icon" type="image/png" href="{{ STATIC_URL }}img/favicon-publik-32.png" sizes="32x32">
<link rel="apple-touch-icon" href="{{ STATIC_URL }}img/icon-publik-192.png">
<script src="{% xstatic 'jquery' 'jquery.min.js' %}"></script>
<script src="{{ STATIC_URL }}js/jquery.parallax-1.1.3.js"></script>
<script src="{{ STATIC_URL }}js/jquery.scrollTo.js"></script>