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

View File

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