diff options
Diffstat (limited to 'examples/with-markdown')
-rw-r--r-- | examples/with-markdown/src/layouts/main.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown/src/layouts/main.astro b/examples/with-markdown/src/layouts/main.astro index c3ef56d60..431c0f28e 100644 --- a/examples/with-markdown/src/layouts/main.astro +++ b/examples/with-markdown/src/layouts/main.astro @@ -2,7 +2,7 @@ const { content } = Astro.props; --- -<html> +<html lang={ content.lang ?? 'en' }> <head> <meta charset="utf-8"> <title>{content.title}</title> |