We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5a9729 commit c1ed148Copy full SHA for c1ed148
1 file changed
src/layouts/Layout.astro
@@ -12,7 +12,7 @@ const { title, description = 'PyconES 2026' } = Astro.props
12
---
13
14
<!doctype html>
15
-<html lang="en">
+<html lang="es">
16
<head>
17
<meta charset="UTF-8" />
18
<meta name="description" content={description} />
0 commit comments