diff --git a/layouts/shortcodes/pv/display.html b/layouts/shortcodes/pv/display.html index f1aae12..d0d59a2 100644 --- a/layouts/shortcodes/pv/display.html +++ b/layouts/shortcodes/pv/display.html @@ -1,10 +1,6 @@ {{- $name := .Get "name" | default "textline" -}} {{- $expr := .Get "expr" | default (printf "data.%s" $name) -}} {{- $default := .Get "default" | default "" -}} -{{- $tcells := (and .Parent .Parent.Get "tcells") | default false -}} -{{- if $tcells }}{{ end -}}

 
-{{- if $tcells }}{{ end -}} - diff --git a/layouts/shortcodes/pv/table.html b/layouts/shortcodes/pv/table.html index 562eaf0..4b6a3f7 100644 --- a/layouts/shortcodes/pv/table.html +++ b/layouts/shortcodes/pv/table.html @@ -4,7 +4,7 @@ - +