theread.me/raw.html
2023-12-06 19:47:47 +00:00

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 %}