2019-05-07 21:50:44 +00:00
|
|
|
---
|
2019-06-06 18:49:28 +00:00
|
|
|
use: [posts]
|
2019-05-07 21:50:44 +00:00
|
|
|
---
|
2020-05-12 21:24:38 +00:00
|
|
|
{% for redirect in site.redirects %}
|
|
|
|
{{ redirect.from }} {{ redirect.to }}
|
|
|
|
{% endfor %}
|
2020-05-12 20:49:56 +00:00
|
|
|
|
2019-06-06 18:49:28 +00:00
|
|
|
{% for post in data.posts if post.external_url %}
|
2019-06-06 19:07:10 +00:00
|
|
|
{{ post.url|trim('/', 'right') }} {{ post.external_url }}
|
2019-06-06 18:49:28 +00:00
|
|
|
{% endfor %}
|