Skip to content

Commit 7c707cb

Browse files
committed
Change title and subtitle for Linux and Windows
1 parent 4991e9e commit 7c707cb

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

content/linux/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Cloud Software Ecosystem Dashboard for Arm
2+
title: Linux Server Software Ecosystem Dashboard for Arm
33
os: Linux
44
backgroundColor: 3c5610 # green
55
textColor: 95D629 # DBFF89 # green

content/windows/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Windows on Arm Software Dashboard
2+
title: Windows on Arm Software Ecosystem Dashboard
33
os: Windows
44
backgroundColor: 002B49 # blue
55
textColor: 92D2FF # light blue

themes/arm-design-system-hugo-theme/layouts/partials/eco-dashboard/title-top.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
<h1 id="h1-header-product">Discover Software that Works on Arm Servers</h1>
77
*/}}
88
<h1 id="homepage-header" style="color: #{{.Params.textColor}}">{{.Params.title}}</h1>
9-
<p class="subtitle-p">For AI, Cloud, Data Center, 5G, Networking and Edge Software Packages</p>
9+
{{if eq .Params.os "Windows"}}
10+
<p class="subtitle-p">For AI workloads and applications, with supporting frameworks and developer tools</p>
11+
{{else}}
12+
<p class="subtitle-p">For AI across Cloud, Data Center, Edge, and Networking</p>
13+
{{end}}
1014
</span>
1115
</div>

0 commit comments

Comments
 (0)