Skip to content

Commit

Permalink
Merge pull request #19 from zfir-dev/last-blogs-title
Browse files Browse the repository at this point in the history
Last Blogs Title
  • Loading branch information
zfir authored May 15, 2024
2 parents 56a0dcc + 5913ca3 commit 3f75a73
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 3f75a73

Please sign in to comment.