diff options
author | 2022-09-03 15:58:00 +0100 | |
---|---|---|
committer | 2022-09-03 16:58:00 +0200 | |
commit | 1bee84920ad9ad106f8e1eef85294d1809795533 (patch) | |
tree | cbe720f572cab96a5d726104f335e55ca7e63469 /examples/blog/src/layouts/BlogPost.astro | |
parent | 7114aee20886d2ff22b41d8c6db22a88eb458c8e (diff) | |
download | astro-1bee84920ad9ad106f8e1eef85294d1809795533.tar.gz astro-1bee84920ad9ad106f8e1eef85294d1809795533.tar.zst astro-1bee84920ad9ad106f8e1eef85294d1809795533.zip |
examples: Blog template changes (#4577)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
Diffstat (limited to 'examples/blog/src/layouts/BlogPost.astro')
-rw-r--r-- | examples/blog/src/layouts/BlogPost.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/src/layouts/BlogPost.astro b/examples/blog/src/layouts/BlogPost.astro index e956e1c59..254959d7a 100644 --- a/examples/blog/src/layouts/BlogPost.astro +++ b/examples/blog/src/layouts/BlogPost.astro @@ -18,7 +18,7 @@ const { } = Astro.props; --- -<html> +<html lang="en"> <head> <BaseHead title={title} description={description} /> <style> |