Skip to content

Commit 120bc2f

Browse files
authored
fix(templates): drop English as default language (#600)
Fixes #599
1 parent bf5d533 commit 120bc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/base/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html lang="en">
2+
<html lang="">
33
<head>
44
<meta charset="UTF-8">
55
<link rel="icon" href="/favicon.ico">

0 commit comments

Comments
 (0)