summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/docs/yaml-metadata.md2
-rw-r--r--public/views/pretty.ejs2
2 files changed, 2 insertions, 2 deletions
diff --git a/public/docs/yaml-metadata.md b/public/docs/yaml-metadata.md
index 083a0943..10956382 100644
--- a/public/docs/yaml-metadata.md
+++ b/public/docs/yaml-metadata.md
@@ -76,7 +76,7 @@ You can find your the language code in ISO 639-1 standard:
**Example**
```yml
-langs: ja-jp
+lang: ja-jp
```
## dir
diff --git a/public/views/pretty.ejs b/public/views/pretty.ejs
index 2cf96a7b..51900a4a 100644
--- a/public/views/pretty.ejs
+++ b/public/views/pretty.ejs
@@ -1,5 +1,5 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="<%= lang || "en" %>">
<head>
<meta charset="utf-8">