diff --git a/.drone.yml b/.drone.yml index 1682ad6..35aa3d6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -252,6 +252,6 @@ depends_on: --- kind: signature -hmac: e7f2792705cf2a50d0d2c3aca83d5b715c56d1199ae838d0e8cd9dc89e0da305 +hmac: 0e3b40841b005c43e743091e0457d4d28e376442b877e81ecf3576093d78ab33 ... diff --git a/exampleSite/content/shortcodes/images/_index.md b/exampleSite/content/shortcodes/images/_index.md index 678fcc3..923106c 100644 --- a/exampleSite/content/shortcodes/images/_index.md +++ b/exampleSite/content/shortcodes/images/_index.md @@ -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. @@ -65,7 +65,7 @@ resources: credits: "[Jay Mantri](https://unsplash.com/@jaymantri) on [Unsplash](https://unsplash.com/s/photos/forest)" --- -{{}} +{{}} ```