Skip to content

Commit bbd2d36

Browse files
Zach LasiukZach Lasiuk
authored andcommitted
updated install guide naming
1 parent a8f2908 commit bbd2d36

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

themes/arm-design-system-hugo-theme/layouts/_default/index.coveo.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@
3434
<coveo:metadata>
3535
<contenttype>Learning Path</contenttype>
3636
<title>
37-
{{- .Params.title -}}
37+
{{- if and (.File) (in .File.Path "install-guides") -}}
38+
{{ .Params.title}} - Install Guide
39+
{{- else -}}
40+
{{- .Params.title -}}
41+
{{- end -}}
3842
</title>
3943
<description>
4044
{{- if and (.File) (in .File.Path "learning-paths") -}}

0 commit comments

Comments
 (0)