Skip to content

Commit a3ef165

Browse files
committed
Simplify tab_start shortcode to use a single parameter
1 parent 97cb7d1 commit a3ef165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<div class="tab-pane" id="{{ if .Get 1 }}{{ .Get 1 }}{{ else }}{{ .Get 0 | urlize }}{{ end }}" title="{{ .Get 0 }}">
1+
<div class="tab-pane" id="{{ .Get 0 | urlize }}" title="{{ .Get 0 }}">

0 commit comments

Comments
 (0)