diff --git a/docs/content/shortcodes/tree.en.md b/docs/content/shortcodes/tree.en.md index 473f4f811e..fdc7691e3a 100644 --- a/docs/content/shortcodes/tree.en.md +++ b/docs/content/shortcodes/tree.en.md @@ -65,7 +65,7 @@ Codefence syntax is widely available in other Markdown parsers like GitHub and t ### Item Syntax -` [ | [ | ] ]` +`` [ `|` `` [ `|` `` ] ] The **NAME** can be followed by an optional pipe (`|`) to define an **ICON** and further optional pipe to define the icon's **COLOR**. diff --git a/layouts/partials/_relearn/boxStyle.gotmpl b/layouts/partials/_relearn/boxStyle.gotmpl index 913c95206f..a871f3ab56 100644 --- a/layouts/partials/_relearn/boxStyle.gotmpl +++ b/layouts/partials/_relearn/boxStyle.gotmpl @@ -3,7 +3,7 @@ {{- range site.Params.boxStyle }} {{- if eq (lower .identifier) $style }} {{- $title := or .title (.i18n | T) }} - {{- $set = dict "identifier" .identifier "style" $style "title" $title "icon" .icon }} + {{- $set = dict "style" $style "title" $title "icon" .icon }} {{- break }} {{- end }} {{- end }} @@ -46,7 +46,7 @@ {{- end }} {{- end }} {{- if not $set }} - {{- $set = dict "style" $style "title" "" "icon" "" }} + {{- $set = dict "style" "" "title" "" "icon" "" }} {{- end }} {{- if .title }} {{- $set = merge $set (dict "title" .title) }} diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index 0467326a21..015061267d 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.5.0+c5d591c5149619f251e2a6de0392c513b10b31d1 \ No newline at end of file +7.5.0+64c314c65460adb4477a7001dae028ccc241bcc2 \ No newline at end of file