mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
feat(11ty): rename definitions collection to tableOfContent
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user