feat(11ty): rename definitions collection to tableOfContent

This commit is contained in:
Oscar
2019-11-17 19:47:06 +01:00
parent 90666572b9
commit 6e087a9abe
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<section>
<nav class="" aria-label="Definitions">
<ol class="auto-grid list">
{% for section in collections.definitions %}
{% for section in collections.tableOfContent %}
<li>
<span class="sub-headline">{{ section.title }}</span>
<ol>