Update index.html
This commit is contained in:
parent
1036ddbc8d
commit
ae4f8ad88a
@ -4,5 +4,5 @@ layout: collections_layout
|
||||
---
|
||||
|
||||
{% for post in site.posts %}
|
||||
<a href="{{site.baseurl}}/{{post.url}}">{{post.title}}</a>
|
||||
<a href="{{site.baseurl}}{{post.url}}">{{post.title}}</a>
|
||||
{%endfor%}
|
||||
|
Loading…
Reference in New Issue
Block a user