File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ sections:
54
54
for support
55
55
design :
56
56
# Section background color (CSS class)
57
- css_class : " bg-gray-100 dark:bg-gray-900 "
57
+ css_class : " bg-gray-100 dark:bg-gray-800 "
58
58
# Reduce spacing
59
59
spacing :
60
60
padding : ["1rem", 0, "1rem", 0]
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ A Hugo extension to create cards. Cards can be shown as links or as plain text.
8
8
## Usage
9
9
10
10
{{< cards >}}
11
- {{< card link ="../" title="Learn Shortcodes" icon="academic-cap" >}}
12
- {{< card link ="" title="A card without an icon or link" >}}
11
+ {{< card url ="../" title="Learn Shortcodes" icon="academic-cap" >}}
12
+ {{< card url ="" title="A card without an icon or link" >}}
13
13
{{< /cards >}}
14
14
15
15
is rendered by:
Original file line number Diff line number Diff line change 4
4
5
5
require (
6
6
github.com/HugoBlox/hugo-blox-builder/modules/blox-plugin-netlify v1.1.2-0.20240217212918-ae7f0c597978
7
- github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240218003515-69d49c0b4a92
7
+ github.com/HugoBlox/hugo-blox-builder/modules/blox-tailwind v0.2.1-0.20240218004752-06e9c42adcfe
8
8
)
You can’t perform that action at this time.
0 commit comments