diff options
Diffstat (limited to '')
| -rw-r--r-- | themes/hugo-book/layouts/shortcodes/tabs.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/hugo-book/layouts/shortcodes/tabs.html b/themes/hugo-book/layouts/shortcodes/tabs.html new file mode 100644 index 0000000..fecbbeb --- /dev/null +++ b/themes/hugo-book/layouts/shortcodes/tabs.html @@ -0,0 +1,3 @@ +<div class="book-tabs"> +{{ .Inner }} +</div> |
