Remove template markup
This commit is contained in:
parent
d7dadd01d7
commit
f48cfb997c
@ -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>
|
||||
#}
|
||||
|
Loading…
x
Reference in New Issue
Block a user