aboutsummaryrefslogtreecommitdiff
path: root/src/components/Sections/LatestPosts.astro
Commit message (Collapse)AuthorAgeFilesLines
* feat: enhance accessibility and language support across componentsValentin Popov8 days1-1/+3
| | | | | | | | - Updated various components to include `lang` attributes for improved accessibility and SEO. - Introduced a new `env.d.ts` file to define environment variables for better type safety. - Adjusted the print width in `.prettierrc.mjs` for improved code formatting. - Streamlined the `Header`, `PostElement`, and `SocialLinks` components for better structure and clarity. - Added language support to blog posts and updated the layout to reflect these changes.
* feat: add LatestPosts section to homepageValentin Popov8 days1-0/+35
- Introduced a new LatestPosts component to display the five most recent blog posts. - Updated the index page to include the LatestPosts section, enhancing content visibility. - Made minor text adjustments in the Welcome section for clarity.