summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-24 14:48:17 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-24 14:50:25 +0200
commitedf5b466e1655c0a8a73c153e3a9f6f043599e56 (patch)
treeea138e49bbddc0b3015cfd8beee15d39ee260f73 /layouts
parentc70bef77a5c5c42dd485e9592bbcfd5f128e7462 (diff)
Update screenshots, clean tabs shortcode
Diffstat (limited to 'layouts')
-rw-r--r--layouts/shortcodes/tabs.html19
1 files changed, 1 insertions, 18 deletions
diff --git a/layouts/shortcodes/tabs.html b/layouts/shortcodes/tabs.html
index b6390df..16bbd3d 100644
--- a/layouts/shortcodes/tabs.html
+++ b/layouts/shortcodes/tabs.html
@@ -2,24 +2,6 @@
{{ $id := .Get 0 }}
{{ $group := printf "tabs-%s" $id }}
-<!--
-<div class="book-tabs">
- <div class="book-tabs-head">
- {{ range $index, $tab := .Scratch.Get $group }}
- <label for="{{ printf "%s-%d" $group $index }}">
- {{ $tab.Name }}
- </label>
- {{ end }}
- </div>
- {{ range $index, $tab := .Scratch.Get $group }}
- <input type="radio" name="{{ $group }}" style="display: none;" id="{{ printf "%s-%d" $group $index }}" {{ if not $index }}checked="checked"{{ end }} />
- <div class="book-tabs-content book-tabs-{{ $index }} markdown-inner">
- {{ .Content | markdownify }}
- </div>
- {{ end }}
-</div>
--->
-
<div class="book-tabs">
{{ range $index, $tab := .Scratch.Get $group }}
<input type="radio" name="{{ $group }}" style="display: none;" id="{{ printf "%s-%d" $group $index }}" {{ if not $index }}checked="checked"{{ end }} />
@@ -31,3 +13,4 @@
</div>
{{ end }}
</div>
+<p></p>