Update to handle multiple level statuses.
This commit is contained in:
parent
bdb7f0e0aa
commit
77a13bbd46
@ -7,7 +7,11 @@ block config
|
|||||||
|
|
||||||
mixin h(h)
|
mixin h(h)
|
||||||
if headings[h]
|
if headings[h]
|
||||||
h2= headings[h]
|
if headings[h].indexOf("|") == -1
|
||||||
|
h2= headings[h]
|
||||||
|
else
|
||||||
|
- var cntnt = headings[h].split("|")
|
||||||
|
| <#{cntnt[0]}>#{cntnt[1]}</#{cntnt[0]}>
|
||||||
|
|
||||||
- const getDate = function(){
|
- const getDate = function(){
|
||||||
- var d = new Date();
|
- var d = new Date();
|
||||||
|
Loading…
Reference in New Issue
Block a user