We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70fd7dc commit b24f632Copy full SHA for b24f632
layouts/docs/docsportal_home.html
@@ -26,6 +26,10 @@ <h1>{{ .Title }}</h1>
26
{{ $persona_info := $vv }}
27
{{ if $persona_info.short_desc }}
28
{{ $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 }}
33
{{ end }}
34
</div>
35
0 commit comments