mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 07:41:52 +02:00
add link to hugo docs
This commit is contained in:
parent
801353d803
commit
88b984c1b4
1 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
{{</ alert >}}
|
||||
|
||||
<!-- 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">}}
|
||||
|
||||
|
||||
|
||||
asdasd
|
||||
|
||||
{{< list limit=2 where="Tag" value="emoji">}}
|
||||
|
||||
|
||||
<br/><br/><br/>
|
||||
|
||||
## Mermaid
|
||||
|
|
Loading…
Add table
Reference in a new issue