We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae38983 commit c45b0b5Copy full SHA for c45b0b5
src/index.md
@@ -5,10 +5,6 @@ layout: page
5
title: Posts
6
---
7
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>
+{% for post in collections.posts.resources %}
+ <p><a href="{{ post.relative_url }}">{{ post.data.title }}</a></p>
+{% endfor %}
0 commit comments