Skip to content

Commit fc2d3f5

Browse files
coliffbep
authored andcommitted
Specify lang on HTML
1 parent f94e338 commit fc2d3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/_default/baseof.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!doctype html>
2-
<html>
2+
<html lang="{{ .Lang | default "en" }}">
33
<head>
44
<meta charset="utf-8">
55
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">

0 commit comments

Comments
 (0)