help: change $title to only use with-nesting.
parent
24cc6d88e7
commit
ef23d9ed55
|
@ -129,11 +129,9 @@ M: word set-article-parent swap "help-parent" set-word-prop ;
|
|||
|
||||
: $title ( topic -- )
|
||||
title-style get [
|
||||
title-style get [
|
||||
[ ($title) ]
|
||||
[ ($navigation-path) ]
|
||||
[ ($navigation-links) ] tri
|
||||
] with-style
|
||||
[ ($title) ]
|
||||
[ ($navigation-path) ]
|
||||
[ ($navigation-links) ] tri
|
||||
] with-nesting ;
|
||||
|
||||
: print-topic ( topic -- )
|
||||
|
|
Loading…
Reference in New Issue