Skip to content

Commit 6b6fdff

Browse files
authored
Update index.md
1 parent 9ea213f commit 6b6fdff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_connecttech2018/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,9 @@ permalink: :collection
55
---
66

77
# All My Notes
8+
9+
<ol>
10+
{% for item in site.connecttech2018 %}
11+
<li><a href="{{item.url}}">{{ item.title }}</a></li>
12+
{% endfor %}
13+
</ol>

0 commit comments

Comments
 (0)