html.templates: use unless* instead of or.
parent
6d21a5a073
commit
17b536c3a8
|
@ -89,8 +89,8 @@ M: f call-template* drop call-next-template ;
|
|||
|
||||
: with-boilerplate ( child master -- )
|
||||
[
|
||||
title [ <box> or ] change
|
||||
style [ SBUF" " clone or ] change
|
||||
title [ [ <box> ] unless* ] change
|
||||
style [ [ SBUF" " clone ] unless* ] change
|
||||
atom-feeds [ V{ } like ] change
|
||||
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue