diff options
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> |