From 91f2730785e6e97101cad2796c00693ce13572fb Mon Sep 17 00:00:00 2001 From: reality Date: Fri, 10 May 2013 12:38:14 +0000 Subject: [PATCH] favicon [#416] --- public/favicon.ico | Bin 0 -> 318 bytes views/layout.jade | 1 + 2 files changed, 1 insertion(+) create mode 100644 public/favicon.ico diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..b402290ee73a22ba6788aec7579a6c6f742f5650 GIT binary patch literal 318 zcma)zF%H5o5Cq2(qIP77+E8%?g?~V#l$5}C;0Jkx|H88nw@xCZL9na6J>Bg>aK;!B zjsbRZmoC{A*!YBJo70%mP;G1nt0QKWda_mO_gcD!R1Vp>PbCZgxC)+I`a|dJQ|TMz egKulsBb6mL_a1LJZ@)|b%L{IIxX#k9n|>dAfFyAM literal 0 HcmV?d00001 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