Skip to content

Commit 79f9df9

Browse files
committed
up
1 parent 028f5d6 commit 79f9df9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/posts.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
import all from '../posts/*.md'
22

3-
export const posts = all
4-
53
export const posts = _.chain(all) // begin a chain
64
.map(transform) // transform the shape of each post
75
.orderBy('date', 'desc') // sort by date descending

0 commit comments

Comments
 (0)