Skip to content

Commit

Permalink
Patch 11 (#1289)
Browse files Browse the repository at this point in the history
* specify page lang in HTML template

Good practise to include this.
REF: https://www.w3.org/International/questions/qa-html-language-declarations

* Update snapshot
  • Loading branch information
tmcw committed Oct 11, 2019
1 parent 3ecc358 commit bbc988e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/__snapshots__/test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ Returns **[Number][3]** numberone

exports[`html nested.input.js 1`] = `
"<!doctype html>
<html>
<html lang=\\"en\\">
<head>
<meta charset='utf-8'>
<title> | Documentation</title>
Expand Down
2 changes: 1 addition & 1 deletion src/default_theme/index._
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!doctype html>
<html>
<html lang="en">
<head>
<meta charset='utf-8'>
<title><%- config['project-name'] %> <%- config['project-version'] %> | Documentation</title><% if (config['project-description']) { %>
Expand Down

0 comments on commit bbc988e

Please sign in to comment.