add favico and piwik tracker

This commit is contained in:
Carl Chenet 2017-05-14 12:10:23 +02:00
parent 5fb2df954a
commit af3e4de286

View file

@ -3,6 +3,7 @@
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<%= favicon_link_tag 'jdh-ico.ico' %>
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-144.png" />
@ -137,5 +138,6 @@
<div class="clear"></div>
</div>
</div>
<%= piwik_tracking_tag %>
</body>
</html>