From 822cc25af8a478a9c7221c44b30d428782aa7793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=E2=80=9CCLOVIS=E2=80=9D=20Canet?= Date: Mon, 17 Nov 2025 22:32:24 +0100 Subject: [PATCH] docs(website): Fix the 'News by category' page which was empty --- docs/website/docs/news/tags.md | 2 ++ docs/website/mkdocs.yml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/website/docs/news/tags.md b/docs/website/docs/news/tags.md index 920c8a4..cabb231 100644 --- a/docs/website/docs/news/tags.md +++ b/docs/website/docs/news/tags.md @@ -1 +1,3 @@ # News by category + + diff --git a/docs/website/mkdocs.yml b/docs/website/mkdocs.yml index 4838ed6..f185f5e 100644 --- a/docs/website/mkdocs.yml +++ b/docs/website/mkdocs.yml @@ -67,8 +67,7 @@ plugins: post_excerpt: optional authors: false blog_dir: news - - tags: - tag_file: news/tags.md + - tags - rss: match_path: 'news/posts/.*' date_from_meta: -- 2.51.2