Skip to content

Commit

Permalink
WIP commit ...
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadajmi committed Sep 6, 2023
1 parent 751bbc7 commit 013eb1b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 33 deletions.
13 changes: 0 additions & 13 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,6 @@ article {
flex-direction: column;
}

.post-item {
display: flex;
align-items: center;
justify-content: space-between;
}

.post-item hr {
margin-right: 8px;
margin-left: 8px;
flex: 1 0 1rem;
border: 0.5px solid;
}

/*
Cards
*/
Expand Down
14 changes: 0 additions & 14 deletions package-lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions partials/card-post.hbs

This file was deleted.

6 changes: 5 additions & 1 deletion partials/loop.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
{{#foreach posts}}
{{> card-post }}
<div class='post-item {{ post_class }}'>
<a href='{{ url }}'>{{ title }}</a>

<time datetime='{{ date format='YYYY-MM-DD' }}'>{{ date format='MMM D, YYYY' }}</time>
</div>
{{/foreach}}

0 comments on commit 013eb1b

Please sign in to comment.