Removes list of project documents
This commit is contained in:
parent
8c6add6062
commit
39308555c9
@ -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…
Reference in New Issue
Block a user