Skip to content

Commit 453e5bb

Browse files
committed
Mainframe: Fixed issue with card
1 parent 8e00c3e commit 453e5bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/card.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="card-title">{{- $title -}}</h2>
1616
{{- else -}}
1717
{{ errorf "Mainframe: Missing param 'title'" }}
1818
{{- end -}}
19-
<p>{{- .Inner -}}</p>
19+
{{ .Inner }}
2020
</div>
2121
{{- else -}}
2222
{{ errorf "The '<card>' must be nested directly inside the shortcode '<card-section>'. Please see the exampleSite for an example of usage." }}

0 commit comments

Comments
 (0)