Skip to content

Commit

Permalink
Merge pull request #398 from yigeshuaige/master
Browse files Browse the repository at this point in the history
Update head.pug
  • Loading branch information
tufu9441 authored Nov 20, 2018
2 parents 75bc98d + 2d3866d commit 21f07a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layout/_partial/head.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand All @@ -34,4 +35,4 @@ head
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();


0 comments on commit 21f07a6

Please sign in to comment.