Add projects, CV, remove notes
This commit is contained in:
5
_includes/posts.pug
Normal file
5
_includes/posts.pug
Normal file
@@ -0,0 +1,5 @@
|
||||
ul.posts
|
||||
each post in [...collections.post].reverse().filter((post) => !post.data.hidden && post.date <= Date.now())
|
||||
li
|
||||
span.date= post.date.toDateString()
|
||||
a.title(href=post.url)= post.data.title
|
||||
Reference in New Issue
Block a user