Skip to content

Commit

Permalink
Specify lang on HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored and bep committed Jul 26, 2019
1 parent f94e338 commit fc2d3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="{{ .Lang | default "en" }}">
<head>
<meta charset="utf-8">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
Expand Down

0 comments on commit fc2d3f5

Please sign in to comment.