9 lines
		
	
	
		
			199 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			199 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
title: ~/blog
 | 
						|
layout: page-screen
 | 
						|
---
 | 
						|
 | 
						|
{% for post in site.posts %}
 | 
						|
{{post.date | date: '%Y-%m-%d' }} <a href="{{site.baseurl}}/{{post.url}}"> {{post.title | replace:' ','_'}}.txt</a>
 | 
						|
{%endfor%}
 |