Update index.html

This commit is contained in:
SHARAD RAJ
2019-11-25 16:49:00 +05:30
committed by GitHub
parent 1036ddbc8d
commit ae4f8ad88a

View File

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