diff options
Diffstat (limited to 'docs/content/en/content-management/static-files.md')
-rw-r--r-- | docs/content/en/content-management/static-files.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/en/content-management/static-files.md b/docs/content/en/content-management/static-files.md index 78772af99..c1197ede1 100644 --- a/docs/content/en/content-management/static-files.md +++ b/docs/content/en/content-management/static-files.md @@ -7,8 +7,8 @@ menu: docs: parent: content-management weight: 200 -toc: true weight: 200 +toc: true aliases: [/static-files] --- @@ -27,13 +27,13 @@ This union filesystem will be served from your site root. So a file Here's an example of setting `staticDir` and `staticDir2` for a multi-language site: -{{< code-toggle copy=false file="hugo" >}} +{{< code-toggle file=hugo >}} staticDir = ["static1", "static2"] [languages] [languages.en] staticDir2 = "static_en" -baseURL = "https://example.com" +baseURL = "https://example.org/" languageName = "English" weight = 2 title = "In English" |