Skip to content

Commit

Permalink
apply page language in html-tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol committed May 27, 2020
1 parent a650f3c commit 80e11e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang='{{ site.lang | default: "en-US" }}'>
<html lang='{{ page.lang | site.lang | default: "en-US" }}'>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
Expand Down

0 comments on commit 80e11e4

Please sign in to comment.