From 77558bb43c3ee134387dfe92e77c6231e74930b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Barrag=C3=A1n=20Merino?= Date: Wed, 27 Aug 2014 15:31:54 +0200 Subject: [PATCH] Add favicon --- app/images/favicon.png | Bin 0 -> 309 bytes app/index.jade | 2 ++ 2 files changed, 2 insertions(+) create mode 100644 app/images/favicon.png diff --git a/app/images/favicon.png b/app/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..037ba48b44c7cd582d1e95f330f5ae198ab37324 GIT binary patch literal 309 zcmeAS@N?(olHy`uVBq!ia0y~yU=RRd7G?$phPQVgfdp969eo`c7&i8E|4C$JU|>*4 z_6YK2V5m}KU}$JzVEDzrz|io5fuYoZf#FpG1B2BJ1_tqhIlBUF7#J9Y0(?ST(`GXK z|NsBpyZ9nO2FW c!NAzc)C{5_{-$0s0|Nttr>mdKI;Vst0NBe`D*ylh literal 0 HcmV?d00001 diff --git a/app/index.jade b/app/index.jade index 4c2ff050..59df92e0 100644 --- a/app/index.jade +++ b/app/index.jade @@ -8,6 +8,8 @@ html(lang="en", ng-app="taiga") meta(name="keywords", content="Agile, Taiga, Management, Github") meta(name="viewport", content="width=device-width, user-scalable=no") link(rel="stylesheet", href="/styles/main.css") + link(rel="icon", type="image/png", href="/images/favicon.png") + body(tg-main) include partials/views/modules/projects-nav