From fc764993a8a7cc2b0b7e5bdd4776de8ce1de92d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Sun, 1 Dec 2024 22:21:27 +0100 Subject: [PATCH] docs: details shortcode #957 --- exampleSite/content/introduction/releasenotes/7/2.en.md | 2 ++ layouts/partials/version.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/exampleSite/content/introduction/releasenotes/7/2.en.md b/exampleSite/content/introduction/releasenotes/7/2.en.md index 645e18a55d..efbb501ef8 100644 --- a/exampleSite/content/introduction/releasenotes/7/2.en.md +++ b/exampleSite/content/introduction/releasenotes/7/2.en.md @@ -18,4 +18,6 @@ weight = -2 ### New +- {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} Support for Hugo’s built-in [`details` shortcode](https://gohugo.io/content-management/shortcodes/#details). + - {{% badge style="info" icon="plus-circle" title=" " %}}New{{% /badge %}} The theme has updated its Mermaid dependency to 11.4.1. This adds support for [Kanban](shortcodes/mermaid#kanban) diagrams. diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index c226a1d993..8689d37747 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.1.1+39fcbb328323656eda3acf6911adb446bd439fe5 \ No newline at end of file +7.1.1+b03a0f508a86e6919ea8f8519f38cc2c29e53fcd \ No newline at end of file