Remove template markup

This commit is contained in:
N-Upchurch 2023-08-21 18:26:57 -05:00
parent d7dadd01d7
commit f48cfb997c

View File

@ -15,12 +15,3 @@ numberOfLatestPostsToShow: 10
{% if morePosts > 0 %}
<p>See {{ morePosts }} more post{% if morePosts != 1 %}s{% endif %} in <a href="/blog/">the blog</a>.</p>
{% endif %}
{# List every content page in the project #}
{#
<ul>
{%- for entry in collections.all %}
<li><a href="{{ entry.url }}"><code>{{ entry.url }}</code></a></li>
{%- endfor %}
</ul>
#}