Update index.html
This commit is contained in:
parent
a53b6ce2f6
commit
a28bc457e1
@ -2,3 +2,7 @@
|
|||||||
title: Blog
|
title: Blog
|
||||||
layout: collections_layout
|
layout: collections_layout
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{% for post in site.posts %}
|
||||||
|
<a href="{{site.baseurl}}/{{post.url}}">{{site.title}}</a>
|
||||||
|
{%endfor%}
|
||||||
|
Loading…
Reference in New Issue
Block a user