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