diff options
author | Mateja <mail@matejamaric.com> | 2021-05-06 21:07:24 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2021-05-06 21:07:24 +0200 |
commit | 376fae2a3367d5813d088a29c5a62938bd55f762 (patch) | |
tree | 3812cbf552d90024550cc2e88e0ba2cf4927f191 /views/home.handlebars | |
parent | e0f29f19df909b7a49ac693d82ba5ff085d079a2 (diff) | |
download | node-playground-376fae2a3367d5813d088a29c5a62938bd55f762.tar.gz node-playground-376fae2a3367d5813d088a29c5a62938bd55f762.zip |
Boilerplate for login system.
Diffstat (limited to 'views/home.handlebars')
-rw-r--r-- | views/home.handlebars | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index 6061e4e..b0b7d34 100644 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -8,7 +8,7 @@ </div> <div class="card-body"> <div class="card-text"> - {{this.text}} + {{{this.text}}} </div> <a href="/remove-post/{{this._id}}" class="badge float-end">Remove</a> </div> |