Skip to content

Commit c1ed148

Browse files
authored
Fix lang (#11)
Closes #10
1 parent b5a9729 commit c1ed148

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
@@ -12,7 +12,7 @@ const { title, description = 'PyconES 2026' } = Astro.props
1212
---
1313

1414
<!doctype html>
15-
<html lang="en">
15+
<html lang="es">
1616
<head>
1717
<meta charset="UTF-8" />
1818
<meta name="description" content={description} />

0 commit comments

Comments
 (0)