From 88b984c1b4436708aeb30eca40803407bc8ae78b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Tue, 24 Jan 2023 22:25:11 +0000 Subject: [PATCH] add link to hugo docs --- exampleSite/content/docs/shortcodes/index.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index e8b80f9c..d548c173 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -332,7 +332,7 @@ When life gives you lemons, make lemonade. | `value` | The value that will need to match the parameter defined in `where` for the query of articles e.g. for `where` == `Type` a valid vaue could be `sample` | {{< alert >}} -The `where` and `value` values are used in the following query `where .Site.RegularPages $where $value` in the code of the shortcode +The `where` and `value` values are used in the following query `where .Site.RegularPages $where $value` in the code of the shortcode. Check [Hugo docs](https://gohugo.io/variables/page/) to learn more about which parameters are available to use. {{}} @@ -353,6 +353,13 @@ The `where` and `value` values are used in the following query `where .Site.Regu {{< list limit=2 where="Type" value="sample">}} + + +asdasd + +{{< list limit=2 where="Tag" value="emoji">}} + +


## Mermaid