Update index.html
This commit is contained in:
		@@ -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%}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user