diff options
Diffstat (limited to 'layouts/shortcodes/table-dense.html')
-rw-r--r-- | layouts/shortcodes/table-dense.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/table-dense.html b/layouts/shortcodes/table-dense.html index 6c77418..d5666a8 100644 --- a/layouts/shortcodes/table-dense.html +++ b/layouts/shortcodes/table-dense.html @@ -1,3 +1,3 @@ {{ $htmlTable := .Inner | markdownify }} {{ $htmlTable := replace $htmlTable "<table>" "<table class=\"table-dense\">" }} -{{ $htmlTable | safeHTML }}
\ No newline at end of file +{{ $htmlTable | safeHTML }} |