From 93e0d688d30bfe29d941c5f1dd54b63cbc4ae104 Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Tue, 24 Feb 2026 06:53:59 +0100 Subject: [PATCH 1/4] docs: refine block index page --- content/blocks/_index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/content/blocks/_index.md b/content/blocks/_index.md index 6d8ecc4..6c2c291 100644 --- a/content/blocks/_index.md +++ b/content/blocks/_index.md @@ -1,7 +1,10 @@ --- title: Blocks -description: Available blocks -date: 2025-05-13 +description: Assemble your pages using configurable content blocks. +date: 2026-02-23 +weight: 10 +type: docs +tags: block content_blocks: - _bookshop_name: hero heading: @@ -13,7 +16,6 @@ content_blocks: blocks are ready for visual editing using [CloudCannon](https://cloudcannon.com/). Click on an item for more details. align: start - width: 8 breadcrumb: true - _bookshop_name: articles From c8e754f91866a8925598a9a31feeb16663e38f46 Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Tue, 24 Feb 2026 06:54:59 +0100 Subject: [PATCH 2/4] feat: apply theme to blocks documentation --- content/blocks/about.md | 2 ++ content/blocks/approach.md | 2 ++ content/blocks/articles.md | 2 ++ content/blocks/cards.md | 2 ++ content/blocks/cta.md | 2 ++ content/blocks/faq.md | 2 ++ content/blocks/featured.md | 2 ++ content/blocks/hero.md | 2 ++ content/blocks/list.md | 2 ++ content/blocks/menu.md | 2 ++ content/blocks/panels.md | 2 ++ content/blocks/preview.md | 2 ++ content/blocks/releases.md | 2 ++ content/blocks/separator.md | 2 ++ content/blocks/team.md | 2 ++ content/blocks/testimonials.md | 2 ++ content/blocks/video-message.md | 2 ++ 17 files changed, 34 insertions(+) diff --git a/content/blocks/about.md b/content/blocks/about.md index 56f080a..e712a0e 100644 --- a/content/blocks/about.md +++ b/content/blocks/about.md @@ -2,6 +2,8 @@ _schema: default title: About description: Use the about content block to display a lead text next to a featured illustration. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/approach.md b/content/blocks/approach.md index 5a1dd97..19c0b1c 100644 --- a/content/blocks/approach.md +++ b/content/blocks/approach.md @@ -2,6 +2,8 @@ _schema: default title: Approach description: Use the approach block to show a featured image with one or more steps. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/articles.md b/content/blocks/articles.md index ec502bf..80bf55a 100644 --- a/content/blocks/articles.md +++ b/content/blocks/articles.md @@ -2,6 +2,8 @@ _schema: default title: Articles description: Use the articles block to show a group of article cards. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/cards.md b/content/blocks/cards.md index f97bd2e..3b33f07 100644 --- a/content/blocks/cards.md +++ b/content/blocks/cards.md @@ -2,6 +2,8 @@ _schema: default title: Cards description: Use the cards block to show a group of content cards. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/cta.md b/content/blocks/cta.md index 0187411..9696ecb 100644 --- a/content/blocks/cta.md +++ b/content/blocks/cta.md @@ -2,6 +2,8 @@ _schema: default title: CTA description: Use the CTA content block to display an action link with an optional contact. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/faq.md b/content/blocks/faq.md index 52403d1..3d7128b 100644 --- a/content/blocks/faq.md +++ b/content/blocks/faq.md @@ -4,6 +4,8 @@ title: FAQ description: >- Shows an accordion of frequently asked questions. Clicking on a question reveals the answer interactively. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/featured.md b/content/blocks/featured.md index ca3ad93..db07dc4 100644 --- a/content/blocks/featured.md +++ b/content/blocks/featured.md @@ -2,6 +2,8 @@ _schema: default title: Featured description: Use the featured content block to feature a specific article or downloadable asset. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/hero.md b/content/blocks/hero.md index 43c33a1..28f782d 100644 --- a/content/blocks/hero.md +++ b/content/blocks/hero.md @@ -5,6 +5,8 @@ description: >- Shows a hero banner on the top of the page. The section supports a background image with an overlay to improve contrast. The hero includes a headline and optional breadcrumb for site navigation. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/list.md b/content/blocks/list.md index dd22a24..77a56d2 100644 --- a/content/blocks/list.md +++ b/content/blocks/list.md @@ -3,6 +3,8 @@ _schema: default title: List description: Use the list content block to show a list of articles. modules: ["simple-datatables"] +type: docs +tags: block --- ## Overview diff --git a/content/blocks/menu.md b/content/blocks/menu.md index f0982b4..2b2fae9 100644 --- a/content/blocks/menu.md +++ b/content/blocks/menu.md @@ -2,6 +2,8 @@ _schema: default title: Menu description: Use the menu content block to render a grid of level 1 and level 2 menu items. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/panels.md b/content/blocks/panels.md index d4d7a08..af97404 100644 --- a/content/blocks/panels.md +++ b/content/blocks/panels.md @@ -2,6 +2,8 @@ _schema: default title: Panels description: Use the panels content block to display multiple toggable panels. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/preview.md b/content/blocks/preview.md index 04aca7f..e3b9528 100644 --- a/content/blocks/preview.md +++ b/content/blocks/preview.md @@ -5,6 +5,8 @@ description: >- Display live URL previews with switchable device views (desktop, tablet, mobile). Shows websites or web applications in an iframe with device-specific dimensions and responsive controls. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/releases.md b/content/blocks/releases.md index 7614510..e715163 100644 --- a/content/blocks/releases.md +++ b/content/blocks/releases.md @@ -2,6 +2,8 @@ _schema: default title: Releases description: Use the releases content block to display a timeline with release information. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/separator.md b/content/blocks/separator.md index a904608..551737e 100644 --- a/content/blocks/separator.md +++ b/content/blocks/separator.md @@ -5,6 +5,8 @@ description: >- Adds a horizontal section separator. The separator spans the entire page from edge to edge on smaller devices. On larger screens, the line is bound by the maximum container width that contains the section. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/team.md b/content/blocks/team.md index e698aa8..67ae4dc 100644 --- a/content/blocks/team.md +++ b/content/blocks/team.md @@ -2,6 +2,8 @@ _schema: default title: Team description: Use the team content block to show a group of team members. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/testimonials.md b/content/blocks/testimonials.md index 759d047..0923597 100644 --- a/content/blocks/testimonials.md +++ b/content/blocks/testimonials.md @@ -2,6 +2,8 @@ _schema: default title: Testimonials description: Use the testimonials content block to display one or more client testimonials. +type: docs +tags: block --- ## Overview diff --git a/content/blocks/video-message.md b/content/blocks/video-message.md index 47b25a6..a8be9ae 100644 --- a/content/blocks/video-message.md +++ b/content/blocks/video-message.md @@ -3,6 +3,8 @@ _schema: default title: Video message description: >- Features a video with optional messages. +type: docs +tags: block --- ## Overview From 08b26462cb41b369dc1d12521a0842c237a43752 Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Tue, 24 Feb 2026 06:55:21 +0100 Subject: [PATCH 3/4] docs: refine components index page --- content/components/_index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/components/_index.md b/content/components/_index.md index 95beedf..b69fb3f 100644 --- a/content/components/_index.md +++ b/content/components/_index.md @@ -2,9 +2,10 @@ author: Mark Dumay title: Components description: Discover Hinode's more than 30 ready-to-use components. -tags: components -aliases: - - "/components/" +tags: component +date: 2026-02-23 +weight: 20 +type: docs content_blocks: - _bookshop_name: hero heading: @@ -16,7 +17,6 @@ content_blocks: [Hugo shortcodes](https://gohugo.io/shortcodes/). Click on an item for more details about a component. align: start - width: 8 breadcrumb: true - _bookshop_name: articles From 744ec5cdc8a28fafe69aa9ed2ceb24224f51669f Mon Sep 17 00:00:00 2001 From: Mark Dumay <61946753+markdumay@users.noreply.github.com> Date: Tue, 24 Feb 2026 06:55:41 +0100 Subject: [PATCH 4/4] feat: apply theme to components documentation --- content/components/abbr.md | 2 +- content/components/accordion.md | 2 +- content/components/alert.md | 2 +- content/components/animation.md | 2 +- content/components/args.md | 2 +- content/components/badge.md | 2 +- content/components/breadcrumb.md | 6 ++---- content/components/button-group.md | 2 +- content/components/button.md | 2 +- content/components/card-group.md | 2 +- content/components/card.md | 2 +- content/components/carousel.md | 2 +- content/components/collapse.md | 2 +- content/components/command.md | 2 +- content/components/docs.md | 2 +- content/components/example.md | 2 +- content/components/file.md | 2 +- content/components/icon.md | 2 +- content/components/image.md | 2 +- content/components/ins.md | 2 +- content/components/kbd.md | 2 +- content/components/link.md | 2 +- content/components/map.md | 2 +- content/components/mark.md | 2 +- content/components/mermaid.md | 2 +- content/components/navbar.md | 2 +- content/components/navs-and-tabs.md | 2 +- content/components/persona.md | 2 +- content/components/release.md | 2 +- content/components/spinner.md | 2 +- content/components/sub.md | 2 +- content/components/sup.md | 2 +- content/components/table.md | 2 +- content/components/timeline.md | 2 +- content/components/toast.md | 2 +- content/components/tooltip.md | 2 +- content/components/video.md | 2 +- 37 files changed, 38 insertions(+), 40 deletions(-) diff --git a/content/components/abbr.md b/content/components/abbr.md index 80ccbf0..607a209 100644 --- a/content/components/abbr.md +++ b/content/components/abbr.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Abbr date: 2025-01-16 description: Use the abbr shortcode to show the long form of an abbreviation. -layout: docs +type: docs tags: component weight: 10 --- diff --git a/content/components/accordion.md b/content/components/accordion.md index 695e6f5..14316e6 100644 --- a/content/components/accordion.md +++ b/content/components/accordion.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Accordion date: 2023-12-29 description: Use the accordion shortcode to show a group of vertically collapsing and expanding items. -layout: docs +type: docs tags: component weight: 20 --- diff --git a/content/components/alert.md b/content/components/alert.md index d3aa7f0..d28c9b8 100644 --- a/content/components/alert.md +++ b/content/components/alert.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Alert date: 2023-12-29 description: Use the alert shortcode to display a contextual feedback message. -layout: docs +type: docs tags: component weight: 30 --- diff --git a/content/components/animation.md b/content/components/animation.md index ec1bf83..379cd52 100644 --- a/content/components/animation.md +++ b/content/components/animation.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Animation date: 2024-01-02 description: Use the animation shortcode to show an After Effects animation. -layout: docs +type: docs tags: component modules: ["lottie"] weight: 40 diff --git a/content/components/args.md b/content/components/args.md index 229e57d..f9c6eb6 100644 --- a/content/components/args.md +++ b/content/components/args.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Args date: 2025-06-23 description: Use the args shortcode to generates a table of structured arguments. -layout: docs +type: docs tags: component weight: 50 --- diff --git a/content/components/badge.md b/content/components/badge.md index fc7ced4..970ba01 100644 --- a/content/components/badge.md +++ b/content/components/badge.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Badge date: 2023-12-29 description: Use the badge shortcode to enrich headings. -layout: docs +type: docs tags: component weight: 60 --- diff --git a/content/components/breadcrumb.md b/content/components/breadcrumb.md index 80ca75f..4c18310 100644 --- a/content/components/breadcrumb.md +++ b/content/components/breadcrumb.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Breadcrumb date: 2023-12-29 description: Use the breadcrumb shortcode to display the current page’s location within the site's navigational hierarchy. -layout: docs +type: docs tags: component weight: 70 --- @@ -50,9 +50,7 @@ build: ## Styling -The file `assets/scss/components/_breadcrumb.scss` defines the Hinode-specific styling of the `breadcrumb` shortcode. Check the [Bootstrap documentation](https://getbootstrap.com/docs/5.3/components/breadcrumb/#css) for additional styling options. - -{{< file file="assets/scss/components/_breadcrumb.scss" show="false" >}} +Check the [Bootstrap documentation](https://getbootstrap.com/docs/5.3/components/breadcrumb/#css) for additional styling options. ## Arguments diff --git a/content/components/button-group.md b/content/components/button-group.md index 6e4c37f..ae114c9 100644 --- a/content/components/button-group.md +++ b/content/components/button-group.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Button Group date: 2023-12-29 description: Use the button-group shortcode to display a group of buttons. -layout: docs +type: docs tags: component weight: 80 --- diff --git a/content/components/button.md b/content/components/button.md index ed44f19..08bdec4 100644 --- a/content/components/button.md +++ b/content/components/button.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Button date: 2023-12-29 description: Use the button shortcode to display a button with a hyperlink. -layout: docs +type: docs tags: component weight: 90 --- diff --git a/content/components/card-group.md b/content/components/card-group.md index 757ee50..32140fd 100644 --- a/content/components/card-group.md +++ b/content/components/card-group.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Card Group date: 2023-12-29 description: Use the card-group shortcode to display a group of cards. -layout: docs +type: docs tags: component weight: 100 --- diff --git a/content/components/card.md b/content/components/card.md index 7dddb5f..221f4e9 100644 --- a/content/components/card.md +++ b/content/components/card.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Card date: 2024-08-14 description: Use the card shortcode to display a card that links to a content page. -layout: docs +type: docs icon: fa address-card tags: component weight: 110 diff --git a/content/components/carousel.md b/content/components/carousel.md index da5c083..3b34e7b 100644 --- a/content/components/carousel.md +++ b/content/components/carousel.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Carousel date: 2024-08-14 description: Use the carousel shortcode to display a carousel of several images. -layout: docs +type: docs tags: component weight: 120 --- diff --git a/content/components/collapse.md b/content/components/collapse.md index d5cb6cf..fea253d 100644 --- a/content/components/collapse.md +++ b/content/components/collapse.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Collapse date: 2024-08-14 description: Use the collapse shortcode to reveal or hide a panel. -layout: docs +type: docs tags: component weight: 130 --- diff --git a/content/components/command.md b/content/components/command.md index 6391a04..99002ea 100644 --- a/content/components/command.md +++ b/content/components/command.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Command date: 2023-12-29 description: The command shortcode generates terminal output for either Bash, PowerShell, or SQL shell languages. -layout: docs +type: docs tags: component weight: 140 --- diff --git a/content/components/docs.md b/content/components/docs.md index fe95c85..1cb513c 100644 --- a/content/components/docs.md +++ b/content/components/docs.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Docs date: 2024-08-14 description: The docs shortcode captures a code snippet from a supported input file. -layout: docs +type: docs tags: component weight: 150 --- diff --git a/content/components/example.md b/content/components/example.md index f5f86b1..6179188 100644 --- a/content/components/example.md +++ b/content/components/example.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Example date: 2023-12-29 description: The example shortcode displays a code example and renders a preview of the same input. -layout: docs +type: docs tags: component weight: 160 --- diff --git a/content/components/file.md b/content/components/file.md index 070bc14..7795bcc 100644 --- a/content/components/file.md +++ b/content/components/file.md @@ -3,7 +3,7 @@ author: Mark Dumay title: File date: 2024-08-14 description: The file shortcode prints the full content of any given file with syntax highlighting. -layout: docs +type: docs tags: component weight: 170 --- diff --git a/content/components/icon.md b/content/components/icon.md index 4e71e7f..7797cbe 100644 --- a/content/components/icon.md +++ b/content/components/icon.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Icon date: 2024-08-14 description: Use the icon shortcode to add a Font Awesome or custom icon with ease. -layout: docs +type: docs tags: component weight: 180 --- diff --git a/content/components/image.md b/content/components/image.md index b70400d..5e8e82e 100644 --- a/content/components/image.md +++ b/content/components/image.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Image date: 2024-08-17 description: Use the image shortcode to display a responsive image with an optional aspect ratio. -layout: docs +type: docs tags: component weight: 190 --- diff --git a/content/components/ins.md b/content/components/ins.md index 016f168..23a1f83 100644 --- a/content/components/ins.md +++ b/content/components/ins.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Ins date: 2024-12-13 description: Use the ins shortcode to underline text. -layout: docs +type: docs tags: component weight: 200 --- diff --git a/content/components/kbd.md b/content/components/kbd.md index 32140ef..ac3738d 100644 --- a/content/components/kbd.md +++ b/content/components/kbd.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Kbd date: 2023-12-29 description: Use the kbd shortcode to show a keyboard input element. -layout: docs +type: docs tags: component weight: 210 --- diff --git a/content/components/link.md b/content/components/link.md index 87c63b1..2acab8f 100644 --- a/content/components/link.md +++ b/content/components/link.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Link date: 2024-08-17 description: Use the link shortcode to add a managed link to your page content. -layout: docs +type: docs tags: component weight: 220 --- diff --git a/content/components/map.md b/content/components/map.md index 6f966a1..3d2b6ea 100644 --- a/content/components/map.md +++ b/content/components/map.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Map date: 2024-01-02 description: Use the map shortcode to show an interactive map. -layout: docs +type: docs tags: component modules: ["leaflet"] weight: 230 diff --git a/content/components/mark.md b/content/components/mark.md index 05cd9d1..7aa9dc6 100644 --- a/content/components/mark.md +++ b/content/components/mark.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Mark date: 2023-12-29 description: Use the mark shortcode to highlight text. -layout: docs +type: docs tags: component weight: 240 --- diff --git a/content/components/mermaid.md b/content/components/mermaid.md index 6630be7..98c0040 100644 --- a/content/components/mermaid.md +++ b/content/components/mermaid.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Mermaid date: 2025-06-15 description: Use the mermaid shortcode to add diagrams and charts powered by Mermaid. -layout: docs +type: docs tags: component modules: ["mermaid"] weight: 250 diff --git a/content/components/navbar.md b/content/components/navbar.md index c1bbd83..9605e87 100644 --- a/content/components/navbar.md +++ b/content/components/navbar.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Navbar date: 2024-08-14 description: Use the navbar shortcode to display a navigation header with a toggler. -layout: docs +type: docs tags: component weight: 260 --- diff --git a/content/components/navs-and-tabs.md b/content/components/navs-and-tabs.md index 1c1494e..b7aef50 100644 --- a/content/components/navs-and-tabs.md +++ b/content/components/navs-and-tabs.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Navs and tabs date: 2023-12-30 description: Use the nav shortcode to show a group of multiple tab panes. -layout: docs +type: docs tags: component weight: 270 --- diff --git a/content/components/persona.md b/content/components/persona.md index c5de5cc..00d0013 100644 --- a/content/components/persona.md +++ b/content/components/persona.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Persona date: 2023-12-28 description: Use the persona shortcode to display a custom card. -layout: docs +type: docs tags: component weight: 280 --- diff --git a/content/components/release.md b/content/components/release.md index 292585e..a285aaf 100644 --- a/content/components/release.md +++ b/content/components/release.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Release date: 2023-12-30 description: Use the release shortcode to indicate the availability of a specific feature in a tagged release. -layout: docs +type: docs tags: component weight: 290 --- diff --git a/content/components/spinner.md b/content/components/spinner.md index b80d873..31d6799 100644 --- a/content/components/spinner.md +++ b/content/components/spinner.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Spinner date: 2023-08-14 description: Use the spinner shortcode to indicate the loading state of a component or page. -layout: docs +type: docs tags: component weight: 300 --- diff --git a/content/components/sub.md b/content/components/sub.md index 8ed2b32..cbbcc2b 100644 --- a/content/components/sub.md +++ b/content/components/sub.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Sub date: 2023-12-30 description: Use the sub shortcode to display text in subscript. -layout: docs +type: docs tags: component weight: 310 --- diff --git a/content/components/sup.md b/content/components/sup.md index 6ed3889..7387fb5 100644 --- a/content/components/sup.md +++ b/content/components/sup.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Sup date: 2023-12-30 description: Use the sup shortcode to display text in superscript. -layout: docs +type: docs tags: component weight: 320 --- diff --git a/content/components/table.md b/content/components/table.md index d8f2b96..125046f 100644 --- a/content/components/table.md +++ b/content/components/table.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Table date: 2024-08-14 description: Use the table shortcode to make your Markdown table responsive. -layout: docs +type: docs tags: component modules: ["simple-datatables"] weight: 330 diff --git a/content/components/timeline.md b/content/components/timeline.md index 9b156dd..e3bf4fe 100644 --- a/content/components/timeline.md +++ b/content/components/timeline.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Timeline date: 2024-04-18 description: Use the timeline shortcode to show items ordered on a vertical timeline. -layout: docs +type: docs tags: component weight: 340 --- diff --git a/content/components/toast.md b/content/components/toast.md index df409a6..cf12506 100644 --- a/content/components/toast.md +++ b/content/components/toast.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Toast date: 2024-08-14 description: Use the toast shortcode to display a dismissable message in the bottom-right corner of the screen. -layout: docs +type: docs tags: component weight: 350 --- diff --git a/content/components/tooltip.md b/content/components/tooltip.md index ebfa58a..ac6b458 100644 --- a/content/components/tooltip.md +++ b/content/components/tooltip.md @@ -3,7 +3,7 @@ author: Mark Dumay title: Tooltip date: 2023-12-30 description: Use the tooltip shortcode to display a tooltip for a hyperlink. -layout: docs +type: docs tags: component weight: 360 --- diff --git a/content/components/video.md b/content/components/video.md index 21fabe3..6276c39 100644 --- a/content/components/video.md +++ b/content/components/video.md @@ -6,7 +6,7 @@ aliases: - "youtube" - "vimeo" description: Use the video shortcode to embed a responsive video on your site. -layout: docs +type: docs tags: component modules: ["vimeo"] weight: 370