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 64c9435 commit 8790ec5Copy full SHA for 8790ec5
layouts/_partials/shortcodes/experimental/card.html
@@ -10,11 +10,10 @@
10
href="{{ $href }}"
11
{{ with $external }}target="_blank" rel="noreferrer"{{ end -}}
12
>
13
+ {{- $content -}}
14
+ </a>
15
{{- else -}}
16
<div class="hextra-card hextra-card-neutral hx:group" >
17
18
+ </div>
19
{{- end -}}
-
-{{- $content -}}
-{{- if $link -}}</a>{{- else -}}</div>{{- end -}}
20
-{{- /* Strip trailing newline. */ -}}
0 commit comments