From 5cbf5ed86c4bf5039e5210785f22f46d6238a48d Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Tue, 17 Mar 2026 19:59:13 +0100 Subject: [PATCH] Fix deprecation warning due to invalid alias --- content/en/blog/_index.md | 2 +- content/fa/blog/_index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/blog/_index.md b/content/en/blog/_index.md index 1cb1226f58..2ffa069f0f 100644 --- a/content/en/blog/_index.md +++ b/content/en/blog/_index.md @@ -1,6 +1,6 @@ --- title: Blog -aliases: [/blog/2018/*] +aliases: [ /blog/2018/ ] menu: { main: { weight: 30 } } --- diff --git a/content/fa/blog/_index.md b/content/fa/blog/_index.md index 8051a9f06b..7544166a1f 100644 --- a/content/fa/blog/_index.md +++ b/content/fa/blog/_index.md @@ -1,7 +1,7 @@ --- # cSpell:disable title: بلاگ -aliases: [ /blog/2018/* ] +aliases: [ /blog/2018/ ] menu: { main: { weight: 30 } } ---