Website: update /releases, /announcements, and /guides article category pages (#27048)

Closes: #26203 

Changes:
- Updated the article category page for release posts, announcements,
and guides to match the latest wireframes
This commit is contained in:
Eric
2025-03-13 17:52:36 -05:00
committed by GitHub
parent 6aa1626fb8
commit 7e678509be
4 changed files with 121 additions and 69 deletions
+2 -1
View File
@@ -47,8 +47,9 @@ module.exports = {
return page;
}
});
articles = _.sortBy(articles, 'meta.publishedOn');
}
// Sort articles in descending order by publish date.
articles = _.sortByOrder(articles, 'meta.publishedOn', 'DESC');
let pageTitleForMeta = 'Fleet blog';
let pageDescriptionForMeta = 'Read the latest articles written by Fleet.';