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