This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
sitio/x/Lista de páginas.hbs

5 lines
122 B
Handlebars
Raw Permalink Normal View History

2023-11-12 09:37:38 +00:00
<ul>
{{#each collections.x as |page|}}
<li><a href="{{page.url}}">{{page.data.linkTitle}}</a></li>
{{/each}}
</ul>