From e6b6c5794f9f7549608c885f164ae2a5577d4f7f Mon Sep 17 00:00:00 2001 From: Jalish Mahmud Sujon <92352731+Vucko130@users.noreply.github.com> Date: Sat, 6 Apr 2024 09:23:52 +0600 Subject: [PATCH] fixing some redirect issues --- _config.yml | 2 +- index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 52a3037..d9b08a4 100644 --- a/_config.yml +++ b/_config.yml @@ -17,7 +17,7 @@ plugins: collections: urls: output: true - permalink: /:slug + permalink: /:slug/ whitelist: - jekyll-redirect-from diff --git a/index.md b/index.md index d792c1c..816c6d9 100644 --- a/index.md +++ b/index.md @@ -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 }}