You've already forked AstralRinth
forked from didirus/AstralRinth
Add russian banner, blog post translation, and unlist old blog post. Adjust banner colors in dark mode (#4468)
* Add russian banner, blog post translation, and unlist old blog post. Adjust banner colors in dark mode * russia
This commit is contained in:
@@ -46,7 +46,9 @@ const articles = ref(
|
||||
title: article.title,
|
||||
summary: article.summary,
|
||||
date: article.date,
|
||||
unlisted: article.unlisted,
|
||||
}))
|
||||
.filter((a) => !a.unlisted)
|
||||
.sort((a, b) => new Date(b.date).getTime() - new Date(a.date).getTime()),
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user