Add home button on layout
This commit is contained in:
parent
52d5e4d75a
commit
c0a683d98e
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ html
|
|||
block content
|
||||
|
||||
div#user
|
||||
a(href="/") Home
|
||||
p |
|
||||
if user
|
||||
a(href="/profile")=user.username
|
||||
a(href="/logout") Logout
|
||||
|
|
Reference in a new issue