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