diff --git a/docs/index.html b/docs/index.html index 8d4d2e0d..32599c50 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ - + @@ -307,8 +307,8 @@
This primer is a living document, and so depending on when you last look at it, there may be new content. Click the following link to expand - this section to have a look at what got added, when, or click through to the News posts for more detailed updates. (News posts for more detailed updates. (RSS feed available) diff --git a/docs/ja-JP/index.html b/docs/ja-JP/index.html index bb61fba7..334fd61d 100644 --- a/docs/ja-JP/index.html +++ b/docs/ja-JP/index.html @@ -33,7 +33,7 @@ - + @@ -284,8 +284,8 @@
This primer is a living document, and so depending on when you last look at it, there may be new content. Click the following link to expand - this section to have a look at what got added, when, or click through to the News posts for more detailed updates. (News posts for more detailed updates. (RSS feed available) diff --git a/docs/news/2020-09-20.html b/docs/news/2020-09-20.html index 06282ae1..b426d48a 100644 --- a/docs/news/2020-09-20.html +++ b/docs/news/2020-09-20.html @@ -27,7 +27,7 @@ - + diff --git a/docs/zh-CN/index.html b/docs/zh-CN/index.html index 76605cbe..17803e61 100644 --- a/docs/zh-CN/index.html +++ b/docs/zh-CN/index.html @@ -33,7 +33,7 @@ - + @@ -267,8 +267,8 @@
This primer is a living document, and so depending on when you last look at it, there may be new content. Click the following link to expand - this section to have a look at what got added, when, or click through to the News posts for more detailed updates. (News posts for more detailed updates. (RSS feed available) diff --git a/src/build/create-index-pages.js b/src/build/create-index-pages.js index 2e462eae..6d4e15d1 100644 --- a/src/build/create-index-pages.js +++ b/src/build/create-index-pages.js @@ -37,9 +37,7 @@ async function createIndexPages(locale, localeStrings, chapters) { currentTime: new Date().toISOString().substring(0, 19) + "+00:00", }; - localeStrings.extendContext(renderContext, { - relurl: base === `` ? `` : `../`, - }); + localeStrings.extendContext(renderContext); const index = nunjucks.render(`index.template.html`, renderContext); const writeDir = locale === defaultLocale ? paths.public : path.join(paths.public, locale); diff --git a/src/locale-strings.js b/src/locale-strings.js index 34f9f137..f6724828 100644 --- a/src/locale-strings.js +++ b/src/locale-strings.js @@ -58,7 +58,7 @@ const localeStringData = { "en-GB": `What's new`, }, changelogDescription: { - "en-GB": `This primer is a living document, and so depending on when you last look at it, there may be new content. Click the following link to expand this section to have a look at what got added, when, or click through to the News posts for more detailed updates. (RSS feed available)`, + "en-GB": `This primer is a living document, and so depending on when you last look at it, there may be new content. Click the following link to expand this section to have a look at what got added, when, or click through to the News posts for more detailed updates. (RSS feed available)`, }, };