Skip to content

Commit

Permalink
removed ectra links on the homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
rajnidua committed Sep 11, 2021
1 parent f94480a commit 4949466
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions views/homepage.handlebars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{#each Blogposts as |blogpost|}}
<div class="card" style="width: 60rem;">
{{! <img src="..." class="card-img-top" alt="..."> }}
<div class="card" style="width: 80rem;">

<div class="card-body">
<div class="card-header">
<h5 class="card-title">{{blogpost.title}}</h5>
Expand All @@ -11,10 +11,6 @@
{{blogpost.user.lname}}</p>
</div>

<div class="card-body">
<a href="#" class="card-link">Card link</a>
<a href="#" class="card-link">Another link</a>
</div>
<div class="card-footer text-muted text-center">
<a href="/blogpost/{{blogpost.id}}" class="btn btn-primary">Visit Blog</a>
</div>
Expand Down

0 comments on commit 4949466

Please sign in to comment.