Added fa icons to navbar
This commit is contained in:
@@ -10,11 +10,17 @@
|
|||||||
.collapse.navbar-collapse
|
.collapse.navbar-collapse
|
||||||
ul.nav.navbar-nav
|
ul.nav.navbar-nav
|
||||||
li(class=title=='Home'?'active':undefined)
|
li(class=title=='Home'?'active':undefined)
|
||||||
a(href='/') Home
|
a(href='/')
|
||||||
|
i.fa.fa-home
|
||||||
|
| Home
|
||||||
li(class=title=='API Browser'?'active':undefined)
|
li(class=title=='API Browser'?'active':undefined)
|
||||||
a(href='/api') API Browser
|
a(href='/api')
|
||||||
|
i.fa.fa-cogs
|
||||||
|
| API Browser
|
||||||
li(class=title=='Contact'?'active':undefined)
|
li(class=title=='Contact'?'active':undefined)
|
||||||
a(href='/contact') Contact
|
a(href='/contact')
|
||||||
|
i.fa.fa-envelope-o
|
||||||
|
| Contact
|
||||||
ul.nav.navbar-nav.navbar-right
|
ul.nav.navbar-nav.navbar-right
|
||||||
if !user
|
if !user
|
||||||
li(class=title=='Login'?'active':undefined)
|
li(class=title=='Login'?'active':undefined)
|
||||||
|
Reference in New Issue
Block a user