added missing lang attribute

This commit is contained in:
nico 2025-01-07 13:39:37 +01:00
parent 7d39c84461
commit 53915b7e49
Signed by: Nicolas
SSH key fingerprint: SHA256:ELi8eDeNLl5PTn64G+o2Kx5+XVDfHF5um2tZigfwWkM
4 changed files with 9 additions and 9 deletions

View file

@ -8,7 +8,7 @@ import Footer from '../components/Footer.astro'
const { pageTitle, locale } = Astro.props
---
<html lang={locale} dir='ltr'>
<html lang={locale ?? 'fr'} dir='ltr'>
<Head pageTitle={pageTitle} />
<body>
<div class='wrapper'>