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 0333ef0 commit f40778cCopy full SHA for f40778c
layouts/partials/callout.html
@@ -36,7 +36,7 @@
36
<div>
37
<div class="call-out-type">
38
{{ partial "lucide" (dict "context" . "icon" $icon) . }}
39
- {{ $title }}
+ {{ if $title }}{{ $title }}{{ else }}{{ $type }}{{end}}
40
</div>
41
<div class="callout-content">
42
{{- .content | markdownify -}}
0 commit comments