1
0

Fix website

This commit is contained in:
Zef Hemel 2023-10-13 17:22:46 +02:00
parent cc5c2ee316
commit 5a4fbf57a7

View File

@ -75,7 +75,7 @@ But where things get _really_ interesting is when using features like [[Live Que
Lets explore this with a meta example of using this for this very website. All pages in this space that represent a plug are tagged with the #plug tag. Now, if we would want to render a list of all plugs in one place using the [[template/plug]] template, we can simply do this: Lets explore this with a meta example of using this for this very website. All pages in this space that represent a plug are tagged with the #plug tag. Now, if we would want to render a list of all plugs in one place using the [[template/plug]] template, we can simply do this:
```query ```query
plug render [[template/plug]] plug where tags = "page" render [[template/plug]]
``` ```
Hover over that list, click the edit button to see the query that generates this view. Hover over that list, click the edit button to see the query that generates this view.