Skip to content

Commit

Permalink
removed debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerseneck committed Dec 9, 2023
1 parent fc8ce72 commit 2eeaf8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ <h5>{{ site.categories.projects.first.title }}</h5>
<h5 class="card-title">{{ post.title }}</h5>
<p class="text-secondary" style="margin-right: 10px;">{{ post.date | date: '%D' }}</p>
<p class="card-text">{{ post.description }}</p>
<!-- TODO: align the button at the bottom -->
<a href="{{ post.url }}" class="btn btn-primary mt-auto me-auto">Learn More</a>
<a href="{{ post.url }}" class="btn btn-primary mt-auto me-auto">Learn More</a>
</div>
</div>
</div>
Expand Down

0 comments on commit 2eeaf8d

Please sign in to comment.