fix wording
parent
0d80589019
commit
50a56fcd75
|
@ -252,6 +252,6 @@ depends_on:
|
|||
|
||||
---
|
||||
kind: signature
|
||||
hmac: e7f2792705cf2a50d0d2c3aca83d5b715c56d1199ae838d0e8cd9dc89e0da305
|
||||
hmac: 0e3b40841b005c43e743091e0457d4d28e376442b877e81ecf3576093d78ab33
|
||||
|
||||
...
|
||||
|
|
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue