From bbc988e9fde00f50b2b42128e4c713a688be44b9 Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Fri, 11 Oct 2019 12:58:05 -0700 Subject: [PATCH] Patch 11 (#1289) * specify page lang in HTML template Good practise to include this. REF: https://www.w3.org/International/questions/qa-html-language-declarations * Update snapshot --- __tests__/__snapshots__/test.js.snap | 2 +- src/default_theme/index._ | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__tests__/__snapshots__/test.js.snap b/__tests__/__snapshots__/test.js.snap index e16e3e75a..620e7a0d8 100644 --- a/__tests__/__snapshots__/test.js.snap +++ b/__tests__/__snapshots__/test.js.snap @@ -1528,7 +1528,7 @@ Returns **[Number][3]** numberone exports[`html nested.input.js 1`] = ` " - + | Documentation diff --git a/src/default_theme/index._ b/src/default_theme/index._ index 2577a1859..caefed9a3 100644 --- a/src/default_theme/index._ +++ b/src/default_theme/index._ @@ -1,5 +1,5 @@ - + <%- config['project-name'] %> <%- config['project-version'] %> | Documentation<% if (config['project-description']) { %>