Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/components/card.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Set `href` and `button-label` to reference a static url with a button.
<!-- markdownlint-disable MD037 -->
{{< example lang="hugo" >}}
{{</* card padding="3" class="col-sm-12 col-lg-8 mx-auto" title="Hinode theme for Hugo"
button-label="Visit the docs" href="https://gethinode.com" */>}}
button-label="Visit the docs" href="https://gethinode.com" align="center" */>}}
Hinode is a production-ready Hugo theme built on Bootstrap 5.
Open source, actively maintained, and built for developers.
{{</* /card */>}}
Expand Down