aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/views/index.rocker.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/views/index.rocker.html')
-rw-r--r--src/main/resources/views/index.rocker.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/views/index.rocker.html b/src/main/resources/views/index.rocker.html
index 72ec4d2..74e8e0b 100644
--- a/src/main/resources/views/index.rocker.html
+++ b/src/main/resources/views/index.rocker.html
@@ -2,7 +2,7 @@
@layout.template("Index", RockerContent.NONE, RockerContent.NONE) -> {
<div class="flex">
- <h1>Welcome to Kloud <i class="username">@username</i>!</h1>
+ <h1>Welcome to Kloud<span class="username">@(username == "" ? "" : " " + username)</span>!</h1>
<div>
@if(username.length() > 0) {