Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
imteekay committed Apr 10, 2024
1 parent 74f033e commit bd040eb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Home/components/Writings/postsList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ type Post = {
};

export const postsList: Post[] = [
{
datetime: '2024-04-07',
link: '/taking-a-break',
title: 'Taking a Break',
},
{
datetime: '2023-12-27',
link: '/2023-in-review',
Expand Down
6 changes: 6 additions & 0 deletions content/tags/lifestyle-design/en/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<div class="tags">

## 2024

<ul>
<PostAndDate date="2024-04-07" title="Taking a Break" url="/taking-a-break" />
</ul>

## 2023

<ul>
Expand Down

0 comments on commit bd040eb

Please sign in to comment.