summaryrefslogtreecommitdiffstats
path: root/docs/content/en/getting-started/code-toggle.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/getting-started/code-toggle.md')
-rw-r--r--docs/content/en/getting-started/code-toggle.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/getting-started/code-toggle.md b/docs/content/en/getting-started/code-toggle.md
index 51c887a47..c15391b04 100644
--- a/docs/content/en/getting-started/code-toggle.md
+++ b/docs/content/en/getting-started/code-toggle.md
@@ -12,7 +12,7 @@ toc: true
## The Config Toggler!
-This is an example for the Config Toggle shortcode.
+This is an example for the Config Toggle shortcode.
Its purpose is to let users choose a Config language by clicking on its corresponding tab. Upon doing so, every Code toggler on the page will be switched to the target language. Also, target language will be saved in user's `localStorage` so when they go to a different pages, Code Toggler display their last "toggled" config language.
{{% note %}}
@@ -27,7 +27,7 @@ baseURL: "https://yoursite.example.com/"
title: "My Hugo Site"
footnoteReturnLinkContents: "↩"
permalinks:
- post: /:year/:month/:title/
+ posts: /:year/:month/:title/
params:
Subtitle: "Hugo is Absurdly Fast!"
AuthorName: "Jon Doe"