Use local favicon.
This commit is contained in:
parent
ef69431bf7
commit
ef93dd6cd9
@ -113,7 +113,7 @@ module.exports = function(grunt) {
|
||||
{
|
||||
expand: true,
|
||||
cwd: 'src/images/',
|
||||
src: ['*.ico'],
|
||||
src: ['*.*'],
|
||||
dest: 'dist/',
|
||||
filter: 'isFile'
|
||||
},
|
||||
|
2061
package-lock.json
generated
Normal file
2061
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ html(ng-app="netStatsApp")
|
||||
style(type="text/css") [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak { display: none !important; }
|
||||
link(rel='stylesheet', href='https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700')
|
||||
link(rel='stylesheet', href='/css/netstats.min.css')
|
||||
link(rel='shortcut icon', href='https://www.link-blockchain.org/images/link-logo.svg', type='image/x-icon')
|
||||
link(rel='shortcut icon', href='/link-logo.svg', type='image/x-icon')
|
||||
body
|
||||
block content
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user