add link to hugo docs

This commit is contained in:
Nuno Coração 2023-01-24 22:25:11 +00:00
parent 801353d803
commit 88b984c1b4

View file

@ -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` | | `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 >}} {{< 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.
{{</ alert >}} {{</ alert >}}
<!-- prettier-ignore-end --> <!-- prettier-ignore-end -->
@ -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">}} {{< list limit=2 where="Type" value="sample">}}
asdasd
{{< list limit=2 where="Tag" value="emoji">}}
<br/><br/><br/> <br/><br/><br/>
## Mermaid ## Mermaid