diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..b402290 Binary files /dev/null and b/public/favicon.ico differ diff --git a/views/layout.jade b/views/layout.jade index ad2d14e..c7b9b65 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -6,6 +6,7 @@ html(lang='en') link(rel="stylesheet", type="text/css", href="http://fonts.googleapis.com/css?family=Source+Sans+Pro") link(rel="stylesheet", type="text/css", href="/bootstrap/css/bootstrap.min.css") link(rel='stylesheet', type='text/css', href='/styles.css') + link(rel='shortcut icon', type='image/png', href='/favicon.ico') title #{name} web interface body div.container