Removes list of project documents

This commit is contained in:
Zach Leatherman 2022-07-15 12:15:25 -05:00
parent 8c6add6062
commit 39308555c9

View File

@ -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>
#}