Add favicon on layout.jade

This commit is contained in:
Ikmyeong Na 2018-11-07 22:55:07 +09:00
parent 0041d710e9
commit a72ba7c634
No known key found for this signature in database
GPG Key ID: EC674310ADADE2CA
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ html(ng-app="netStatsApp")
link(rel='stylesheet', href='/css/netstats.min.css')
meta(name='robots', content='index,follow')
meta(name='googlebot', content='index,follow')
link(rel='shortcut icon', type="image/x-icon", href="/favicon.ico")
body
block content