Merge commit 'f147b5c53eda15982e0fe762847532eeddb7485f'

This commit is contained in:
Bjørn Erik Pedersen
2019-05-02 14:24:13 +02:00
18 changed files with 57 additions and 13 deletions

View File

@@ -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/`.**

View File

@@ -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/