Skip to content

Commit b24f632

Browse files
cstokuk8s-ci-robot
authored andcommitted
Fix a bug that the personal-data description is not displayed in docs/home/. (kubernetes#8712)
1 parent 70fd7dc commit b24f632

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

layouts/docs/docsportal_home.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ <h1>{{ .Title }}</h1>
2626
{{ $persona_info := $vv }}
2727
{{ if $persona_info.short_desc }}
2828
{{ $persona_info.short_desc }}
29+
{{ else if $persona_info.glossary_id }}
30+
{{ with $persona_info.glossary_id | printf "%s.md" | ($.Site.GetPage "page" "docs/reference/glossary").Resources.GetMatch }}
31+
{{ .Params.short_description }}
32+
{{ end }}
2933
{{ end }}
3034
</div>
3135
{{ end }}

0 commit comments

Comments
 (0)