diff options
Diffstat (limited to 'exampleSite/content/carrousel')
| -rw-r--r-- | exampleSite/content/carrousel/carrousel.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/exampleSite/content/carrousel/carrousel.md b/exampleSite/content/carrousel/carrousel.md new file mode 100644 index 0000000..337f021 --- /dev/null +++ b/exampleSite/content/carrousel/carrousel.md @@ -0,0 +1,17 @@ ++++ +date = 2014-10-13T19:54:21Z +draft = true +title = "About" +weight = 5 +icon = "circlestar" +[[carousel]] + quote = "First quote" + author ="John Do" + url = "www.google.com" + quote_date = "13 August" +[[carousel]] + quote = "Second quote" + author ="Nhoj Od" + url = "" + quote_date = "14 August" ++++ |
