fresh-main #3
|
@ -29,6 +29,7 @@ const sortedPosts = posts.sort((a, b) => {
|
|||
const dateB = b.data.pubDate ? new Date(b.data.pubDate) : new Date(0);
|
||||
return dateB.getTime() - dateA.getTime();
|
||||
});
|
||||
---
|
||||
|
||||
<BaseLayout title={`Posts tagged with "${tag}" | LaForce IT Blog`} description={`Articles and guides related to ${tag}`}>
|
||||
<main class="container">
|
||||
|
|
Loading…
Reference in New Issue