diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/layouts/Layout.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index d5405aa..2a4a542 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -16,7 +16,7 @@ const t = translate(locale); --- <!DOCTYPE html> -<html lang="sco"> +<html lang={locale}> <head> <meta charset="UTF-8" /> <meta name="description" content={t(site, { key: 'description' })} /> |
