Skip to content

Commit

Permalink
Grid with one card
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman committed Feb 26, 2024
1 parent f67bf48 commit 4af0a2d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions layouts/shortcodes/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,19 @@

{{< /grid >}}


{{< grid >}}

{{< card >}}
header = 'Header'
title = 'Card Title'
body = 'Card content'
footer = 'Footer'
{{< /card >}}

{{< /grid >}}


*/}}

<div class="sd-container-fluid sd-mb-4">
Expand Down

0 comments on commit 4af0a2d

Please sign in to comment.