Skip to content

Commit 42a91da

Browse files
author
Splitter
committed
starters: port docs template
1 parent c472e04 commit 42a91da

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

content/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ sections:
5454
for support
5555
design:
5656
# 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"
5858
# Reduce spacing
5959
spacing:
6060
padding: ["1rem", 0, "1rem", 0]

content/docs/guide/shortcodes/cards.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ A Hugo extension to create cards. Cards can be shown as links or as plain text.
88
## Usage
99

1010
{{< 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" >}}
1313
{{< /cards >}}
1414

1515
is rendered by:

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ go 1.15
44

55
require (
66
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
88
)

0 commit comments

Comments
 (0)