html.templates: use unless* instead of or.

db4
John Benediktsson 2015-11-20 09:15:19 -08:00
parent 6d21a5a073
commit 17b536c3a8
1 changed files with 2 additions and 2 deletions

View File

@ -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
[