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