diff options
author | kahakai <git@kahakai.me> | 2024-03-26 22:22:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 19:22:42 -0300 |
commit | 6b501733b56ec45f96243e78b019e160e9030aa0 (patch) | |
tree | 1ec983fec7c0680c0b2e89461a749d74c6ed1746 | |
parent | 3176ce9d8ec32187c5fe04fd0f69f62669aef43b (diff) | |
download | hugo-bearcub-6b501733b56ec45f96243e78b019e160e9030aa0.tar.gz hugo-bearcub-6b501733b56ec45f96243e78b019e160e9030aa0.tar.bz2 |
Fix hideUntranslated parameter value in README (#17)
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ for a sample of how you can setup multilingual support. By default, the theme creates a translation button that gets disabled when the current page is only available in any other language. You can also choose to hide this button (instead of disabling it) by setting `hideUntranslated = -false`. +true`. ### More |