Update index.html

This commit is contained in:
SHARAD RAJ 2019-11-25 16:41:11 +05:30 committed by GitHub
parent a28bc457e1
commit 69488aa2e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,5 +4,5 @@ layout: collections_layout
---
{% for post in site.posts %}
<a href="{{site.baseurl}}/{{post.url}}">{{site.title}}</a>
<a href="{{site.baseurl}}/{{post.url}}">{{post.title}}</a>
{%endfor%}