Revert "Fix wrong HTML lang attribute on non-English pages (#1247)" (#1361)

This reverts commit a54d19e88e.
This commit is contained in:
Andy Piper 2023-12-11 14:55:28 +00:00 committed by GitHub
parent e21f2fda03
commit 3e8b1c23c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
baseURL = "https://docs.joinmastodon.org/" baseURL = "https://docs.joinmastodon.org/"
languageCode = "en-us"
defaultContentLanguage = "en" defaultContentLanguage = "en"
title = "Mastodon documentation" title = "Mastodon documentation"
pygmentsCodeFences = true pygmentsCodeFences = true
@ -190,7 +191,6 @@ disablePathToLower = true
[languages.en] [languages.en]
contentDir = "content/en" contentDir = "content/en"
languageName = "English" languageName = "English"
languageCode = "en-US"
weight = -99 weight = -99
[languages.pl] [languages.pl]
@ -201,7 +201,6 @@ disablePathToLower = true
[languages.zh-cn] [languages.zh-cn]
contentDir = "content/zh-cn" contentDir = "content/zh-cn"
languageName = "简体中文" languageName = "简体中文"
languageCode = "zh-CN"
weight = 1 weight = 1
[languages.ja] [languages.ja]