Skip to content

Commit c45b0b5

Browse files
Update index.md
1 parent ae38983 commit c45b0b5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@ layout: page
55
title: Posts
66
---
77

8-
<ul>
9-
{% for post in collections.posts.resources %}
10-
<li>
11-
<a href="{{ post.relative_url }}">{{ post.data.title }}</a>
12-
</li>
13-
{% endfor %}
14-
</ul>
8+
{% for post in collections.posts.resources %}
9+
<p><a href="{{ post.relative_url }}">{{ post.data.title }}</a></p>
10+
{% endfor %}

0 commit comments

Comments
 (0)