From a61ac9b6a4b6954708f856c201e83dea3b92252a Mon Sep 17 00:00:00 2001 From: jomo Date: Thu, 30 Oct 2014 01:35:26 +0100 Subject: [PATCH] Add favicon link --- views/layout.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/views/layout.jade b/views/layout.jade index 461b674..240b8dd 100644 --- a/views/layout.jade +++ b/views/layout.jade @@ -3,6 +3,7 @@ html head title= title link(rel='stylesheet', href='/stylesheets/style.css') + link(rel="icon", type="image/x-icon", href="/favicon.ico") link(href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css", rel="stylesheet") script(src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js") body