Update to handle multiple level statuses.

This commit is contained in:
A McIlwraith 2024-07-25 17:21:52 -04:00
parent bdb7f0e0aa
commit 77a13bbd46

View File

@ -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();