Removes list of project documents
This commit is contained in:
parent
8c6add6062
commit
39308555c9
1 changed files with 2 additions and 1 deletions
|
@ -13,9 +13,10 @@ eleventyNavigation:
|
||||||
|
|
||||||
<p>More posts can be found in <a href="{{ '/posts/' | url }}">the archive</a>.</p>
|
<p>More posts can be found in <a href="{{ '/posts/' | url }}">the archive</a>.</p>
|
||||||
|
|
||||||
|
{# List all of the pages in the project
|
||||||
<ul>
|
<ul>
|
||||||
{%- for entry in collections.all %}
|
{%- for entry in collections.all %}
|
||||||
<li><a href="{{ entry.url }}"><code>{{ entry.url }}</code></a></li>
|
<li><a href="{{ entry.url }}"><code>{{ entry.url }}</code></a></li>
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
|
#}
|
||||||
|
|
Loading…
Add table
Reference in a new issue