From 5eb6572277ab8f83acc51f96ec94db4e074d01b2 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 6 Mar 2024 13:57:07 +0000 Subject: update composer libs --- vendor/twbs/bootstrap/site/layouts/shortcodes/example.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'vendor/twbs/bootstrap/site/layouts/shortcodes') diff --git a/vendor/twbs/bootstrap/site/layouts/shortcodes/example.html b/vendor/twbs/bootstrap/site/layouts/shortcodes/example.html index a162db521..5b398e681 100644 --- a/vendor/twbs/bootstrap/site/layouts/shortcodes/example.html +++ b/vendor/twbs/bootstrap/site/layouts/shortcodes/example.html @@ -13,23 +13,23 @@ {{- $id := .Get "id" -}} {{- $class := .Get "class" -}} {{- $lang := .Get "lang" | default "html" -}} -{{- $stackblitz_add_js := .Get "stackblitz_add_js" | default false -}} {{- $show_markup := .Get "show_markup" | default true -}} {{- $show_preview := .Get "show_preview" | default true -}} -{{- $input := .Inner -}} +{{- $stackblitz_add_js := .Get "stackblitz_add_js" | default false -}} + {{- $content := .Inner -}}
- {{- if eq $show_preview true -}} + {{- if eq $show_preview true }} - {{- $input -}} + {{ $content }}
- {{- end -}} + {{- end }} {{- if eq $show_markup true -}} {{- if eq $show_preview true -}}
- {{- $lang -}} + {{ $lang }}
-- cgit v1.2.3