Skip to content

Commit 73bf7c2

Browse files
Update index.md
1 parent 7086512 commit 73bf7c2

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

src/index.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
---
22
# Feel free to add content and custom Front Matter to this file.
33

4-
layout: default
4+
layout: page
5+
title: Posts
56
---
67

7-
# S2P :: Notes
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>
815

9-
10-
Eventually there will be an index here.
11-
12-
This is a place for Gregory Brown to post and share notes.
16+
If you have a lot of posts, you may want to consider adding [pagination](https://www.bridgetownrb.com/docs/content/pagination)!

0 commit comments

Comments
 (0)