mirror of https://github.com/onweru/compose.git

weru
20.39.2020 017ab301541d6d1af47a5c39d10b7737c50cd4fb
exampleSite/content/docs/getting started/shortcodes/index.md
@@ -63,3 +63,15 @@
```
  {{</* button url="/" label="doe nu mee" */>}}
```
### Picture
You want to use darkmode images when darkmode is enabled on a device and a regular image on lightmode? It takes 3 positional parameter
Store these images in the `static/images` directory.
```
...
{{</* picture "lightModeImage.png" "darkModeImage.png" "Image alt text" */>}}
...
```