Add .logged-in and .user-username to body
This commit is contained in:
parent
89f70ba8d1
commit
0e7f85f13e
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body class="{{#if user}}logged-in user-{{user.username}}">
|
||||||
|
|
||||||
<nav class="navbar navbar-default navbar-static-top">
|
<nav class="navbar navbar-default navbar-static-top">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue