Change for loop syntax to Vento
This commit is contained in:
parent
16b9ec6fc3
commit
303c7046aa
@ -24,11 +24,11 @@ toc: true
|
|||||||
#### Video Game Mods
|
#### Video Game Mods
|
||||||
These are lists of video game mods I use for my own playthroughs.
|
These are lists of video game mods I use for my own playthroughs.
|
||||||
<ul>
|
<ul>
|
||||||
{%- for list in collections["mod lists"] -%}
|
{{ for list in collections["mod lists"] }}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{ list.url }}">{{ list.data.pageTitle or list.data.articleTitle }}</a>
|
<a href="{{ list.url }}">{{ list.data.pageTitle || list.data.articleTitle }}</a>
|
||||||
</li>
|
</li>
|
||||||
{%- endfor -%}
|
{{ /for }}
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
### Images
|
### Images
|
||||||
@ -44,4 +44,4 @@ These are lists of video game mods I use for my own playthroughs.
|
|||||||
|
|
||||||
### Web
|
### Web
|
||||||
|
|
||||||
* [Unplatform](https://unplatform.fromthesuperhighway.com/) by ajazz — Interactive guidebook, online library, and recommendations database for escaping social media and joining the indie web.
|
* [Unplatform](https://unplatform.fromthesuperhighway.com/) by ajazz — Interactive guidebook, online library, and recommendations database for escaping social media and joining the indie web.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user