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