Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/toryanderson/hugo-icarus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/post/using-the-gallery-shortcode.md')
-rw-r--r--exampleSite/content/post/using-the-gallery-shortcode.md25
1 files changed, 25 insertions, 0 deletions
diff --git a/exampleSite/content/post/using-the-gallery-shortcode.md b/exampleSite/content/post/using-the-gallery-shortcode.md
new file mode 100644
index 0000000..b816cd9
--- /dev/null
+++ b/exampleSite/content/post/using-the-gallery-shortcode.md
@@ -0,0 +1,25 @@
++++
+banner = ""
+categories = []
+date = "2017-05-20T12:00:23+02:00"
+description = ""
+images = []
+menu = ""
+tags = []
+title = "Using the gallery shortcode"
++++
+
+This way you can easily include a gallery into your page. Copy the code below into your content file and enter the relative paths to your images.
+
+<!--more-->
+
+
+ {{</* gallery
+ "/banners/placeholder.png"
+ "/banners/placeholder.png"
+ "/banners/placeholder.png"
+ */>}}
+
+<p></p>
+
+{{< gallery "/banners/placeholder.png" "/banners/placeholder.png" "/banners/placeholder.png" >}}