Skip to content

Commit 4a58fc1

Browse files
authored
Merge pull request #571 from gethinode/develop
Document enableLanguageSelectionStorage setting
2 parents c18730f + 21942ab commit 4a58fc1

File tree

1 file changed

+1
-0
lines changed
  • content/en/docs/latest/configuration

1 file changed

+1
-0
lines changed

content/en/docs/latest/configuration/layout.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ Hinode uses the following extended settings in the `main` section of the `site p
6565
| enableDarkMode | true | Enables switcher for [light mode and dark mode]({{% relref "color-modes" %}}). |
6666
| modes | ["light", "dark"] | Supported color modes, used as identifier for color-mode aware images. |
6767
| endorse | true | By default, the theme adds a link to Hinode in the page's footer. You can disable it by setting `endorse` to `false`, but we would appreciate it if you leave it enabled. |
68+
| enableLanguageSelectionStorage | false | If set, stores the last selected language in the site's local storage. Pages are automatically redirected to the related page translation, if available. |
6869
| footerBelowFold | false | If set, pushes the footer including social links to below the page fold. |
6970
| loading | "eager" | {{< release version="v0.21.0" short="true" size="sm" inline="true" >}} Sets the default loading behavior of images below the page fold. Supported values are either "eager" (default) or "lazy". In practice, Hinode can only determine if an image is below the page fold when `fullCover` is set to true and the current page is a list page or the homepage. The [image shortcode documentation]({{% relref "image" %}}) provides more details.|
7071
| canonifyAssetsURLs | false | If set, makes permalinks to site assets (favicons, images, scripts, and stylesheets) absolute instead of relative. |

0 commit comments

Comments
 (0)