fresh-main #3

Merged
KeyArgo merged 2 commits from fresh-main into main 2025-04-23 09:25:17 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit e155596f1b - Show all commits

View File

@ -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">