mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-18 21:11:19 +02:00
Merge commit 'f147b5c53eda15982e0fe762847532eeddb7485f'
This commit is contained in:
@@ -115,7 +115,7 @@ With the above, the two sites will be generated into `public` with their own roo
|
||||
```bash
|
||||
public
|
||||
├── en
|
||||
└── no
|
||||
└── fr
|
||||
```
|
||||
|
||||
**All URLs (i.e `.Permalink` etc.) will be generated from that root. So the English home page above will have its `.Permalink` set to `https://example.com/`.**
|
||||
|
@@ -105,7 +105,7 @@ You can show content summaries with the following code. You could use the follow
|
||||
{{ end }}
|
||||
{{< /code >}}
|
||||
|
||||
Note how the `.Truncated` boolean valuable may be used to hide the "Read More..." link when the content is not truncated; i.e., when the summary contains the entire article.
|
||||
Note how the `.Truncated` boolean variable value may be used to hide the "Read More..." link when the content is not truncated; i.e., when the summary contains the entire article.
|
||||
|
||||
[org]: /content-management/formats/
|
||||
[pagevariables]: /variables/page/
|
||||
|
Reference in New Issue
Block a user