Update index.html

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

View File

@ -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%}