mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 05:11:40 +00:00
feat(11ty): abstract defintions list into own components
This commit is contained in:
3
11ty/_includes/components/defintions-list.njk
Normal file
3
11ty/_includes/components/defintions-list.njk
Normal file
@ -0,0 +1,3 @@
|
||||
{% for definition in collections.definedDefinitions %}
|
||||
{% include 'components/definition.njk' %}
|
||||
{% endfor %}
|
Reference in New Issue
Block a user