diff options
Diffstat (limited to 'www/src/layouts/Blog.astro')
-rw-r--r-- | www/src/layouts/Blog.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/src/layouts/Blog.astro b/www/src/layouts/Blog.astro index d1737bfb7..b45fc7dc4 100644 --- a/www/src/layouts/Blog.astro +++ b/www/src/layouts/Blog.astro @@ -8,7 +8,7 @@ const { content } = Astro.props; const headers = content?.astro?.headers; --- -<html> +<html lang={ content?.lang ?? 'en' }> <head> <title>{content?.title}</title> |