From c85bd153407a238df4ac79fedfa19f340dc5a4e4 Mon Sep 17 00:00:00 2001 From: a story Date: Wed, 24 Apr 2024 02:58:59 +0800 Subject: [PATCH] Fixed: Wrong navigation style on the right side of news and docs pages (#9586) Merge pull request 9586 --- docs/_includes/docs_contents.html | 2 +- docs/_includes/news_contents.html | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_includes/docs_contents.html b/docs/_includes/docs_contents.html index 0bbdb1dc059..04cb94f0a0a 100644 --- a/docs/_includes/docs_contents.html +++ b/docs/_includes/docs_contents.html @@ -10,7 +10,7 @@

{{ section.title }}

{{ item_page.menu_name | default: item_page.title }} {% endcapture %} - {{ item_html }} + {{ item_html }} {% endfor %} {% endfor -%} diff --git a/docs/_includes/news_contents.html b/docs/_includes/news_contents.html index ea0a558e401..e8f7ed17f2a 100644 --- a/docs/_includes/news_contents.html +++ b/docs/_includes/news_contents.html @@ -1,10 +1,10 @@