diff --git a/layout/_partial/head.pug b/layout/_partial/head.pug index 1b3625f2d..e1f1cf8e1 100644 --- a/layout/_partial/head.pug +++ b/layout/_partial/head.pug @@ -12,6 +12,7 @@ head link(rel='stylesheet', type='text/css', href='//cdn.bootcss.com/pure/1.0.0/grids-responsive-min.css') link(rel='stylesheet', href='//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css') script(type='text/javascript', src='//cdn.bootcss.com/jquery/3.3.1/jquery.min.js') + link(rel='icon', mask='',sizes='any', href=url_for('favicon.ico')) link(rel='Shortcut Icon', type='image/x-icon', href=url_for('favicon.ico')) link(rel='apple-touch-icon', href=url_for('apple-touch-icon.png')) link(rel='apple-touch-icon-precomposed', href=url_for('apple-touch-icon.png')) @@ -34,4 +35,4 @@ head var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s); })(); - \ No newline at end of file +