reverse
parent
fe43c0c37f
commit
89525d4787
|
@ -112,11 +112,11 @@ func GetPostsForUser(user string) (posts []Post) {
|
|||
}
|
||||
}
|
||||
|
||||
posts = append(posts, Post{
|
||||
posts = append([]Post{Post{
|
||||
Author: user,
|
||||
Date: fileDate,
|
||||
Words: count,
|
||||
})
|
||||
}}, posts...)
|
||||
}
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue