From fabcf681e9b3d9b581b2e8c7c793e5423bc0cb7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Thu, 29 Jun 2023 12:15:16 +0200 Subject: [PATCH] tabs: fix tab selection by groupid #582 --- layouts/shortcodes/tabs.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/layouts/shortcodes/tabs.html b/layouts/shortcodes/tabs.html index 49b3fcb428..a6770dedab 100644 --- a/layouts/shortcodes/tabs.html +++ b/layouts/shortcodes/tabs.html @@ -4,9 +4,6 @@ {{- $minor := int (index $version 1) }} {{- $color := (.Get "color") }} {{- $groupid := (.Get "groupid") }} -{{- if or (and (eq $major 0) (ge $minor 108)) (gt $major 0) }} - {{- $groupid = $groupid | default "" }} -{{- end }} {{- $icon := (.Get "icon") }} {{- $style := (.Get "style") }} {{- $title := (.Get "title") }}