fix wording

This commit is contained in:
Robert Kaussow 2021-02-21 14:16:49 +01:00
parent 0d80589019
commit 50a56fcd75
No known key found for this signature in database
GPG key ID: 65362AE74AF98B61
2 changed files with 3 additions and 3 deletions

View file

@ -252,6 +252,6 @@ depends_on:
---
kind: signature
hmac: e7f2792705cf2a50d0d2c3aca83d5b715c56d1199ae838d0e8cd9dc89e0da305
hmac: 0e3b40841b005c43e743091e0457d4d28e376442b877e81ecf3576093d78ab33
...

View file

@ -51,7 +51,7 @@ If you need more flexibility for your embedded images, you could use the `img` s
**Example:**
Define your resources in the page front matter. `params.credits` are optional.
Define your resources in the page front matter, custom parameter `params.credits` is optional.
<!-- spellchecker-disable -->
@ -65,7 +65,7 @@ resources:
credits: "[Jay Mantri](https://unsplash.com/@jaymantri) on [Unsplash](https://unsplash.com/s/photos/forest)"
---
{{</* img name="forest-1" size="large" lazy=true */>}}
{{</* img name="forest-1" size="large" lazy=false */>}}
```
<!-- spellchecker-enable -->