summaryrefslogtreecommitdiff
path: root/app/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'app/templates/home.html')
-rw-r--r--app/templates/home.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/home.html b/app/templates/home.html
index d90ef6a..9f8dfe9 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -7,10 +7,10 @@
<div class="hero-body">
<div class="container">
<h1 class="title">
- Hello, {{ current_user.username }}.
+ Hello {{ current_user.username }}
</h1>
<h2 class="subtitle">
- Welcome Back
+ Welcome to your home.
</h2>
</div>
</div>