Skip to content

Commit

Permalink
Add html lang with fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Apr 30, 2024
1 parent 85f04ff commit dfae0b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/layout.vto
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<html {{ if it.lang }}lang="{{ it.lang }}"{{ /if }}>
<html lang="{{ it.lang || "en" }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
Expand Down

0 comments on commit dfae0b2

Please sign in to comment.