7 lines
		
	
	
		
			161 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			161 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
---
 | 
						|
{% for post in site.posts %}
 | 
						|
{% if post.published == false %}{% continue %}{% endif %}
 | 
						|
{{post.title}}: https://theread.me/raw{{ post.url }}
 | 
						|
{% endfor %}
 |