diff --git a/site/layouts/shortcodes/bs-table.html b/site/layouts/shortcodes/bs-table.html index 6f972d6651..40b9b8ce56 100644 --- a/site/layouts/shortcodes/bs-table.html +++ b/site/layouts/shortcodes/bs-table.html @@ -1,11 +1,9 @@ {{- /* - Usage: `table "class"`, + Usage: `bs-table "class class-foo"`, where class can be anything */ -}} -{{ $htmlTable := .Inner | markdownify }} -{{ $css_class := .Get 0 | default "table" }} -{{ $old := "