Skip to content

Commit

Permalink
Last Blogs Title
Browse files Browse the repository at this point in the history
  • Loading branch information
zfir committed May 15, 2024
1 parent 56a0dcc commit 5913ca3
Show file tree
Hide file tree
Showing 3 changed files with 627 additions and 2 deletions.
3 changes: 3 additions & 0 deletions app/components/blogs.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{{!-- blogs.hbs --}}

<div class="blogs container">
<h1 class="pt-3 pb-3">
Last {{@items.length}} Blog{{#unless (eq @items.length 1)}}s{{/unless}}
</h1>
<div class="row">
{{#each @items as |item|}}
<div class="col-12 col-md-4 mb-3 d-flex align-items-stretch">
Expand Down
Loading

0 comments on commit 5913ca3

Please sign in to comment.