raw version of blog posts

This commit is contained in:
2022-07-27 09:48:57 +01:00
parent ae0fc73214
commit 908f0c65d5
30 changed files with 1812 additions and 763 deletions

6
raw.html Normal file
View File

@ -0,0 +1,6 @@
---
---
{% for post in site.posts %}
{% if post.published == false %}{% continue %}{% endif %}
{{post.title}}: https://mahdi.blog/raw{{ post.url }}
{% endfor %}