Prevent debugging warning in output
This commit is contained in:
parent
bdf6a8794f
commit
6d56276947
@ -5,7 +5,7 @@
|
|||||||
{{- $list = sort $list "title" -}}
|
{{- $list = sort $list "title" -}}
|
||||||
{{- $cals := apply $list "index" "." "class" -}}
|
{{- $cals := apply $list "index" "." "class" -}}
|
||||||
{{- $cals = uniq $cals -}}
|
{{- $cals = uniq $cals -}}
|
||||||
{{ warnf "%s" $cals}}
|
{{/* warnf "%s" $cals */}}
|
||||||
<table>
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user