Use local favicon.

This commit is contained in:
Jonathan Brown 2017-09-04 11:38:22 +07:00
parent ef69431bf7
commit ef93dd6cd9
3 changed files with 2063 additions and 2 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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