Skip to content

Commit 528ca01

Browse files
committed
fix: change html lang attribute from 'en' to 'es'
1 parent 967d18a commit 528ca01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/Layout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const { title, description, image, url } = Astro.props;
1515
---
1616

1717
<!doctype html>
18-
<html lang="en">
18+
<html lang="es">
1919
<head>
2020
<meta charset="UTF-8" />
2121
<meta name="description" content={description} />

0 commit comments

Comments
 (0)