feat(11ty): abstract defintions list into own components

This commit is contained in:
Oscar
2019-11-12 01:17:50 +01:00
parent 76b3e13991
commit c41dc6763c
3 changed files with 18 additions and 16 deletions

View File

@ -0,0 +1,3 @@
{% for definition in collections.definedDefinitions %}
{% include 'components/definition.njk' %}
{% endfor %}