From 243568752dc480808c1e708d419f825a91a94a9e Mon Sep 17 00:00:00 2001 From: Sam Wu Date: Thu, 15 Jun 2023 12:13:26 -0600 Subject: [PATCH] refactor(header.html): make the added part in italics for top level header --- src/rocm_docs/rocm_docs_theme/sections/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rocm_docs/rocm_docs_theme/sections/header.html b/src/rocm_docs/rocm_docs_theme/sections/header.html index b3f15d64..8797c9bf 100644 --- a/src/rocm_docs/rocm_docs_theme/sections/header.html +++ b/src/rocm_docs/rocm_docs_theme/sections/header.html @@ -17,7 +17,7 @@ {% elif "5.6." in branch %} ROCm™ Platform Release Candidate 5.6 {% else %} - ROCm™ Platform {{ branch }} + ROCm™ Platform {{ branch }} {% endif %} {%- endmacro -%} {{ top_level_header(theme_repository_branch | replace("docs/", "")) }}