Skip to content

Commit 57c40a7

Browse files
committed
Landing: Added data-mf to card layout
1 parent 1df645c commit 57c40a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/shortcodes/card-layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{- .Inner | markdownify -}}
1+
<div data-mf="true" style="display: none">{{- .Inner | markdownify -}}</div>

0 commit comments

Comments
 (0)