Skip to content

Commit 2508617

Browse files
committed
Remove duplicate component includes causing header duplication
Fixed duplicate banner and navigation headers appearing when banner is closed. Removed redundant Include Component comments from index.html, deploy.html, and successstories.html. Build script was processing both comment formats, causing components to be included twice.
1 parent 1b0d9a4 commit 2508617

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

deploy.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<meta name="twitter:description" content="MONAI Deploy is a comprehensive framework for developing, packaging, testing, and deploying medical AI applications in research and development environments. Through its modular arch">
1111
<link rel="canonical" href="https://monai.io/deploy.html">
1212

13-
<!-- Include Head Component -->
1413
<!-- #include file="components/head.html" -->
1514

1615
<style>

index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010
<meta name="twitter:description" content="MONAI is the leading open-source framework for healthcare imaging AI, trusted by researchers and clinicians worldwide. Build, train, and deploy medical AI solutions with industry-standard tools.">
1111
<link rel="canonical" href="https://monai.io/">
1212

13-
<!-- Include Head Component -->
1413
<!-- #include file="components/head.html" -->
1514

1615
<body class="flex flex-col min-h-screen">
17-
<!-- Include Header Component -->
1816
<!-- #include file="components/header.html" -->
1917

2018
<main class="flex-grow pt-16">

successstories.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,9 @@
1010
<meta name="twitter:description" content="Discover how leading healthcare institutions and industry partners are transforming medical imaging with MONAI. Read real-world case studies and success stories.">
1111
<link rel="canonical" href="https://monai.io/successstories.html">
1212

13-
<!-- Include Head Component -->
1413
<!-- #include file="components/head.html" -->
1514

1615
<body class="flex flex-col min-h-screen">
17-
<!-- Include Header Component -->
1816
<!-- #include file="components/header.html" -->
1917

2018
<main class="flex-grow pt-16">

0 commit comments

Comments
 (0)