From 81b2f8fd1f2a4f23f8756a44aaae73d6aefda27f Mon Sep 17 00:00:00 2001 From: mark Date: Mon, 26 Dec 2022 11:46:49 +0100 Subject: [PATCH] Refine summary --- content/en/blog/bootstrap.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/content/en/blog/bootstrap.md b/content/en/blog/bootstrap.md index fb3d5698..866de14b 100644 --- a/content/en/blog/bootstrap.md +++ b/content/en/blog/bootstrap.md @@ -1,14 +1,16 @@ --- author: "Mark Dumay" -title: "Bootstrap components" -date: 2022-04-16 -description: "Illustration of available Bootstrap components" -tags: ["code"] +title: "Bootstrap Components" +date: 2022-12-26 +description: "Overview of available Bootstrap components" +tags: ["bootstrap"] thumbnail: img/notepad.jpg photoCredits: Frederick Medina photoSource: Unsplash --- +Bootstrap provides several UI components out of the box. The Hinode theme uses several of these components for rendering, such as the navigation menu and scrollspy. A few components are made available as Hugo shortcode, see [Custom Shortcodes]({{< ref "custom-shortcodes" >}} "Custom Shortcodes"). You can embed the Bootstrap components themselves too. The below paragraphs demonstrate each of them. + ## Accordion