From 017ab301541d6d1af47a5c39d10b7737c50cd4fb Mon Sep 17 00:00:00 2001
From: weru <onewesh@gmail.com>
Date: Fri, 20 Mar 2020 15:39:39 +0000
Subject: [PATCH] update exampleSite

---
 exampleSite/content/docs/getting started/shortcodes/index.md |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/exampleSite/content/docs/getting started/shortcodes/index.md b/exampleSite/content/docs/getting started/shortcodes/index.md
index 6cbe7d7..4603e67 100644
--- a/exampleSite/content/docs/getting started/shortcodes/index.md
+++ b/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" */>}}
+...
+```

--
Gitblit v1.10.0