Add favicon

stable
David Barragán Merino 2014-08-27 15:31:54 +02:00
parent 2c85564809
commit 77558bb43c
2 changed files with 2 additions and 0 deletions

BIN
app/images/favicon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 309 B

View File

@ -8,6 +8,8 @@ html(lang="en", ng-app="taiga")
meta(name="keywords", content="Agile, Taiga, Management, Github") meta(name="keywords", content="Agile, Taiga, Management, Github")
meta(name="viewport", content="width=device-width, user-scalable=no") meta(name="viewport", content="width=device-width, user-scalable=no")
link(rel="stylesheet", href="/styles/main.css") link(rel="stylesheet", href="/styles/main.css")
link(rel="icon", type="image/png", href="/images/favicon.png")
body(tg-main) body(tg-main)
include partials/views/modules/projects-nav include partials/views/modules/projects-nav