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,
|
Author: user,
|
||||||
Date: fileDate,
|
Date: fileDate,
|
||||||
Words: count,
|
Words: count,
|
||||||
})
|
}}, posts...)
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue