Remove extra slashes
This commit is contained in:
parent
192cfd534e
commit
34acf6b8f7
|
@ -157,5 +157,5 @@ use: [posts]
|
|||
/youtube {{ site.youtube.channel.url }}
|
||||
|
||||
{% for post in data.posts if post.external_url %}
|
||||
/{{ post.url }} {{ post.external_url }}
|
||||
{{ post.url|trim('/', 'right') }} {{ post.external_url }}
|
||||
{% endfor %}
|
||||
|
|
Reference in a new issue