diff --git a/component-library/components/cards/cards.hugo.md b/component-library/components/cards/cards.hugo.md index a7bb815..0354857 100644 --- a/component-library/components/cards/cards.hugo.md +++ b/component-library/components/cards/cards.hugo.md @@ -1,5 +1,8 @@ {{ range .elements -}} -- **{{ with .link }}[{{ end }}{{ .title }}{{ with .link }}]({{ . }}){{ end }}**: {{ or .content .description }} +### {{ with .link }}[{{ end }}{{ .title }}{{ with .link }}]({{ . }}){{ end }} + +{{ or .content .description }} + {{ end -}} {{ with .links -}} {{ i18n "llm-links" }}:{{ range . }} [{{ .title }}]({{ .url }}){{ end }} diff --git a/component-library/components/faq/faq.hugo.md b/component-library/components/faq/faq.hugo.md index cb795eb..2f38388 100644 --- a/component-library/components/faq/faq.hugo.md +++ b/component-library/components/faq/faq.hugo.md @@ -1,6 +1,6 @@ {{ range .items -}} -**{{ .question }}** +**{{ .title }}** -{{ .answer }} +{{ .description }} {{ end -}}