Skip to content

Commit

Permalink
fixing some redirect issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Vucko130 committed Apr 6, 2024
1 parent 992c9fc commit e6b6c57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins:
collections:
urls:
output: true
permalink: /:slug
permalink: /:slug/

whitelist:
- jekyll-redirect-from
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ layout: default
{% assign redirects = site.urls | where_exp: "item", "item.redirect_to != nil" %}

{% for page in redirects %}
[{{ page.url }}]({{ page.url | relative_url }}) `{{ page.redirect_to }}`
[{{ page.url }}]({{ page.url | relative_url }}) 🔀 `{{ page.redirect_to }}`

> {{ page.title | escape }}
Expand Down

0 comments on commit e6b6c57

Please sign in to comment.