chore: remove trailing slashes from URLs
This commit is contained in:
parent
2838e23ce3
commit
0752bf9385
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<article>
|
||||
<h2>
|
||||
<a class="dark:text-blue-400 text-blue-primary" href="{{ post.url }}">
|
||||
<a class="dark:text-blue-400 text-blue-primary" href="{{ post.url|trim('/', 'right') }}">
|
||||
{{ post.title }}
|
||||
</a>
|
||||
</h2>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue